An emulator/debugger/REPL for a really small subset of x86 assembly.
Though this subset is enough to be a target for a simple compiler.
You can read code from a file/stdin, set break points, step forward and backward, etc.
- You'll need Stack
- Clone the repo
make build
- Wait...
make run
to launch the repl
I also suggest using rlwrap
to get a better REPL experience.