Mini Emulator (Stable)
Unsupported: Unsupported instructions will now cause an error message
Supports: mov, add, sub, lea, cmp, jmp, jl, jle, jg, jge, inc, and, or, xor, sal/shl, sar, shr, cltd, test, call, ret, and labels
Experimental Support: imul, idiv, ja, jae, jb, jbe, jo, jno jz, jnz, js, jns
Syntax Support: AT&T Only
EFLAGS only change after a comparison and imul! The only flags that exist are OF (overflow), CF (carry), SF (sign), and ZF (zero)
Input
Safety Shutoff (of commands):
Stack Size (in bytes):
Debug Output