1
0
Fork
You've already forked bvm
0
"virtual machine" for the bonzai lehrcomputer + bmc "executables"
  • Rust 100%
2026年02月04日 22:03:15 +01:00
src pretty-print memory 2026年02月04日 21:56:21 +01:00
.gitignore it works? 2026年02月01日 19:42:47 +01:00
Cargo.lock pretty-print memory 2026年02月04日 21:56:21 +01:00
Cargo.toml pretty-print memory 2026年02月04日 21:56:21 +01:00
executable.bin fix overflow 2026年02月01日 19:59:38 +01:00
README.md add readme 2026年02月04日 22:03:15 +01:00

bvm

run the programs emitted from bmc

format

the format is literally just u8's chained after each other:

0x00000100 0x10000000

this just increments cell 4 and jumps back to 0

see compiler for more details