op code explaination required
Posted: Thu Jan 15, 2004 3:22 am
according to listing file generated by nasm the op code for instruction
is
89 is for moving r16 to r/m16 (r is register and m is memory)
2001 is memory location
can you please give description of middle byte 1E
Code: Select all
mov [120h],bx
Code: Select all
891E2001
2001 is memory location
can you please give description of middle byte 1E