Skip to content

soupi/x86-debug

Repository files navigation

x86-debug

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.

Installation:

  • 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.

Status