Skip to content

Yet Another Hobby Virtual Machine: A Really bad VM with 18 bit instructions and 8 bit signed values (-127-127)

Notifications You must be signed in to change notification settings

vlladdrakk/YAHVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

cargo build

Running

Run the assembler:

./target/debug/rb18-asm test/jump_test.asm

Execute the binary (out.bin)

./target/debug/rb18 out.bin

About

Yet Another Hobby Virtual Machine: A Really bad VM with 18 bit instructions and 8 bit signed values (-127-127)

Topics

Resources

Stars

Watchers

Forks