ItsMods

Full Version: ptr in 16-bit x86asm
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can use:
Code:
mov ax,ds[bp]
in 16-bit x86asm.But i dont use:
Code:
mov ax,ds[ax]
,
Code:
mov ax,ds[dx]
,
Code:
mov ax,ds[ap]
or
Code:
mov ax,ds[dp]