I'm not 100% sure, but I found this little gem on wikipedia for x86 assembly languages:
There are some special combinations of segment registers and general registers that point to important addresses:
CS:IP (CS is Code Segment, IP is Instruction Pointer) points to the address where the processor will fetch the next byte of code.
So the next fetch would be at 0x014C15FE.


LinkBack URL
About LinkBacks
Reply With Quote