Page 1 of 1

L Problem No 4: Enter the following program instructions in assembly code at the offset memory location 100h by typing A

Posted: Fri May 20, 2022 4:30 pm
by answerhappygod
L Problem No 4 Enter The Following Program Instructions In Assembly Code At The Offset Memory Location 100h By Typing A 1
L Problem No 4 Enter The Following Program Instructions In Assembly Code At The Offset Memory Location 100h By Typing A 1 (18.59 KiB) Viewed 16 times
L Problem No 4: Enter the following program instructions in assembly code at the offset memory location 100h by typing A 100 at the DEBUG program prompt then press Enter-key. MOV AX, 2864 ADD AX, 3749 MOV BX, AX SUB BX, 2805 NOP Predict the contents of the following registers after execution of each instruction: CS, IP, AX, and BX MOV BX AX SUB BX, 2805 Register MOV AX, 2864 ADD AX, 3749 cs IP AX BX