Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 544 Bytes

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