cargo build
Run the assembler:
./target/debug/rb18-asm test/jump_test.asm
Execute the binary (out.bin)
./target/debug/rb18 out.bin
Yet Another Hobby Virtual Machine: A Really bad VM with 18 bit instructions and 8 bit signed values (-127-127)
Rust