op code explaination required
Posted: Thu Jan 15, 2004 12:00 am
the opcode in the listing file generated by nasm for instruction
mov [120h],bx
is
891E2001
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
mov [120h],bx
is
891E2001
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