Objective: Theory: Serial Monitor: Lab#9: Different Commands of MDA 8086 Trainer Kit SSUET/QR/114
Objective: Theory: Serial Monitor: Lab#9: Different Commands of MDA 8086 Trainer Kit SSUET/QR/114
Objective: Theory: Serial Monitor: Lab#9: Different Commands of MDA 8086 Trainer Kit SSUET/QR/114
SSUET/QR/114
LAB#9
Objective:
To understand the different commands of MDA 80x86 trainer Kit.
Theory:
SERIAL MONITOR
Serial monitor is the basic monitor program to do data communicate between MDA-8086 and
computer.
** Midas 335-0964/5 **
8086 >?
HELP COMMAND
COMMANDS:
Syntax: R
Example:
8086 > R
IP=1000 FL=0000 = . . . . . . .
8086 > R AX
AX = 0000 1234
8086 > R BX
BX = 0000 4567
8086 > R CX
CX = 0000 7788
8086 > R DX
DX =0000 1111
8086 > R
IP=1000 FL=0000 = . . . . . . .
TASK#1:
Fill the data 56781234 from 4000 to 4100 addresses.
TASK#2:
Move the above filled data to address 2000.
TASK#3:
Assume your roll number as data and fill it from 0 to 256 addresses. Note your roll no
should contain four digit. Example 0001.
TASK#4:
Using the machine code of the instruction
MOV AL,3E
AND AL,0F
NOP
Perform AND operation and then Trace the instruction using T command.
SOLUTION: