Exp 14
Exp 14
Exp 14
14
Procedure:-
1] Turn on the trainer kit by connecting the power supply & keyboard to the XPo-
86 kit.
6] Press enter, trainer will display ADDER write offset of the first instruction of
the program.
7] Now as you press enter you may notice same code at these adder just key in the
new byte hex code of the instruction of your program and press enter, you will get
the next address for keying the next hex code byte & so on until you feed the last
byte of your program.
Next step is the execution of the program after you have feed in all the hex
byte of the program then follow below steps:
The mode can be selected by pressing any key other than ESC & ENTER.
If you press ENTER without specifying the register name it will display the
content of register AX.
Result:-
AX = 8CAB H
EX:2 ADD AL, 8 bit data execute on microprocessor kit.
Result:-
54+35= 89H
AL =89H
Result:-
90+45=D5H
CL= D5H
CONCLUSION:-