/x86-debug

(a subset of) x86 assembly debugger

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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