Advanced Microprocessors and Lab – Week 5 Lab 1
8086/8088 Hardware Specifications
Write the procedure for problem 53, pg.
30
1.
Include the source code and screenshots of the output in a Word document entitled “Lab5_StudentID,” where your student id is substituted in the file name.
Upload file “Lab5_StudentID”.
Grading Criteria |
Points |
|
All problems or questions attempted |
||
Final solutions clearly indicated |
10 |
|
Correct numerical solution |
50 |
|
Correct units |
||
Total |
100 |
Name
GID
LAB 1
Grantham University
XX-XX-19
Introduction:
▪
▪
▪
▪
The goals to achieve in the lab are not clearly defined. One goal is to download and install
Microsoft Visual C++ 2010 Express.
The expectations of the lab is to write and execute a simple program.
I will be implementing this lab by creating a running source code.
There are no measurement involved with the lab.
Equipment/Components:
The equipment used includes a laptop with Windows 10, and Microsoft Visual C++ 2010 Express.
Procedure:
The will be entered code as prescribed, and add a few modifications to make it more useful. Code will
then be compiled and executed to verify proper operation.
Circuit design:
The code for compiling the program.
// G00073423_wk1_lab.cpp : main project file.
#include “stdafx.h”
#include
#include
using namespace System;
int main(array ^args)
{
Console::WriteLine(L”Hello World”);
Console::WriteLine(L”Press ‘Enter’ to resume program.”);
system(“PAUSE>nul”);
Console::WriteLine(L”See ya later!”);
// add a three second pause
clock_t wait;
wait = clock();
while (clock()