Registers: General Purpose, Segment, Monitor, Flag, Using registers.
Command | Quick Info |
ADD | Addition |
AND | Bitwise AND operation |
CALL | Execute |
CMP | Compare |
DIV/IDIV | Division (Integer) |
INT | Call interrupt |
JMP | Unconditional jump (transfer of program flow) |
Jx Jumps | Conditional jump (transfer of program flow) |
LODS?/STOS? | Load or store byte or word |
LOOP | Repeat block of instructions |
MOV | Moving contents between registers or register and address |
MOVS? | Copy byte/word to address |
MUL/IMUL | Multiplication (Integer) |
NOT | Call interrupt |
OR | Bitwise inclusive OR operation |
POP | Pop word or double word from the stack |
PUSH | Push word or double word onto the stack |
REP | Repeat copy or retrieval of byte or word |
SUB | Subtraction |
XOR | Bitwise exclusive OR operation |