Assembly Flashcards
EAX
Extended Accumulator Register
EBX
Extended Base Register
ECD
Extended Counter Register
EDX
Extended Data Register
ESI
Extended Source Index
EDI
Extended Destination Index
EBP
Extended Base Pointer
ESP
Extended Stack Pointer
Z flag
Zero Flag, set when the result of the last operation is zero.
S flag
Signed Flag, set to determine if values should be intercepted as as signed or unsigned.
O flag
Overflow Flag, set when the result of the last operation switches the most significant bit from either F to 0 or 0 to F.
C flag
Carry Flag, set when the result of the last operation changes the most significant bit.
EIP
Extended Instruction Pointer:
Points to the next instruction to be executed.
.text
Where program code is stored.
.data
Where global data is stored.