Given following assembly instruction mov @[$1000], [eax] + a) Name the addressing modes used in the above instruction? b
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Given following assembly instruction mov @[$1000], [eax] + a) Name the addressing modes used in the above instruction? b
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).