Page 1 of 1

Given following assembly instruction mov @[$1000], [eax] + a) Name the addressing modes used in the above instruction? b

Posted: Thu Jun 02, 2022 8:20 am
by answerhappygod
Given Following Assembly Instruction Mov 1000 Eax A Name The Addressing Modes Used In The Above Instruction B 1
Given Following Assembly Instruction Mov 1000 Eax A Name The Addressing Modes Used In The Above Instruction B 1 (41.97 KiB) Viewed 36 times
using NASM
Given following assembly instruction mov @[$1000], [eax] + a) Name the addressing modes used in the above instruction? b) How many bytes would be required to store above instruction in a 32-bit architecture (similar to SIM86) c) Using the SIM86 instruction set, write a small assembly program implementing above instruction. d) Compare the memory space used by the above program in c) with the one computed in b).