mmix

64-bit RISC architecture simulator and assembler designed by Donald Knuth

brewmacoslinux
Try with needOr install directly
Source

About

64-bit RISC architecture designed by Donald Knuth

Commands

mmixmmmixmmixal

Examples

Assemble an MMIX assembly program into object code$ mmixal program.mms -o program.mmo
Run a compiled MMIX program with the simulator$ mmix program.mmo
Assemble and execute a simple MMIX program in one step$ mmixal hello.mms && mmix hello.mmo