Assembly language--CS and IP

      CS is the code segment register, IP is the instruction pointer register,

 

      The CPU treats the contents of CS and IP as the segment address and offset address of the instruction, and uses them to synthesize the physical address of the instruction.

 

      The CPU executes the content pointed to by CS:IP as an instruction. (Ie PC)

Guess you like

Origin blog.csdn.net/ma2595162349/article/details/108478216