Customasm: An Assembler for Your Own Instruction Sets
2025-01-15
Customasm is an assembler that lets you define your own custom instruction sets, perfect for testing the bytecode of a new virtual machine or writing programs for that new microprocessor architecture you just implemented on an FPGA chip! Try it online in your browser, check out an example project targeting the NES, and install the VSCode syntax highlighting extension. Install via `cargo install customasm`, download pre-built executables from Releases, or compile from source. Documentation and a how-to-start guide are available in the wiki.