Calculating ABSOLUTE ADDRESS / Registry values in Assembler (Intel 8086)
Posted
by Raven Dreamer
on Stack Overflow
See other posts from Stack Overflow
or by Raven Dreamer
Published on 2010-06-15T14:46:40Z
Indexed on
2010/06/15
15:02 UTC
Read the original article
Hit count: 233
Hi guys.
I know the ABSOLUTE ADDRESS of the next instruction is located 50000 (hex), and I know that the hex value that should be in the IP Register is 4000 (hex). My question is... Why does it work like this?
I have the other registry values available if they're needed.
Any idea?
© Stack Overflow or respective owner