~yjftsjthsd/toyvm0

The simplest VM I could think of, written in Python.
4205e568 — Brian Cole 2 years ago
add readme
3aad2a8e — Brian Cole 2 years ago
add license
356cd68f — Brian Cole 2 years ago
initial commit: working early prototype

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~yjftsjthsd/toyvm0
read/write
git@git.sr.ht:~yjftsjthsd/toyvm0

You can also use your local clone with git send-email.

#Toy VM 0

The simplest VM I could think of, written in Python.

#Architecture

  • Everything is a byte.
  • There are 3 registers (numbered 0, 1, 2)

#License

MIT; see LICENSE.