Hi everyone,
Need help with EMU8086 programming language, mot familiar with this language.
Question:
Construct the 8086 program to execute in accordance to the flowchart below:
Note: You need to use a freeware called EMU8086 for this particular question.
BEGIN
|
Move immediate 1 to a1 and 2 to b1
|
b1=a1-b1
|
ch=a1+b1
|
END
What are the final values of all main registers upon termination of the program? Use manual calculation and prove your answer via a print screen of your simulated program.
Really appreciate if someone can help me with the program, thank you in advance for all your kind help & support.