SPECIAL PURPOSE REGISTERS
· IP - the instruction pointer.
· Flags Register - determines the current state of the processor.
IP register always works together with CS segment register and it
points to currently executing instruction.
Flags Register is modified automatically by CPU after mathematical
operations, this allows to determine the type of the result, and to
determine conditions to transfer control to other parts of the program.
Generally you cannot access these registers directly.