Mov al, byte [memory] - adding padding?
Posted: Fri Mar 16, 2012 2:07 am
Hi,
Was trying to work out why this instruction causes padding in high memory. E.g "[memory location],00" after the instruction and ModRM byte.
Code I'm getting is:
Jim
Was trying to work out why this instruction causes padding in high memory. E.g "[memory location],00" after the instruction and ModRM byte.
Code I'm getting is:
Code: Select all
8A 16 C1 00 to represent mov dl, byte [memory]