Visualize how instructions like push, pop, and call affect the stack.
Supported: PUSH, POP, MOV, ADD, SUB, XOR, AND, OR, NOT, INC, DEC, NOP, LEA, CMP, TEST, SHL, SHR, NEG, XCHG, JMP, JZ/JE, JNZ/JNE, CALL, RET, ENTER, LEAVE.
Operands: registers (EAX), decimals (42), hex (0xFF).
Stack memory: [esp+4], [ebp-8], [reg].
Data memory: [x], [y], [z] or [0x400000].
LEA computes address without dereferencing.
CMP sets zero flag; JZ/JNZ branch on it.
Lines with ';' or just labels are skipped.
Shortcuts: Space step,
Backspace undo,
Escape stop.