a86 is a Racket package for composing, printing, interpreting, and running x86-64 assembly programs from Racket.
Install from GitHub with:
raco pkg install https://github.com/cmsc430/a86.gitThis package includes prebuilt native JIT libraries for Linux and macOS on x86_64, so most installs do not need a local native build toolchain.
Documentation is published at: