Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ptr in 16-bit x86asm
#1
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]

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.