~tmpod/toasty-lc3-vm

A toasty implementation of a LC3 virtual machine.
Improve VM init
Fix PC init not respecting image origin
Actually fix instruction emition this time .-.

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~tmpod/toasty-lc3-vm
read/write
git@git.sr.ht:~tmpod/toasty-lc3-vm

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

#toasty LC3 VM

An implementation of virtual machine for the Little Computer 3 ISA, that functions as both a library and runnable, with a focus on modularity and exploring Rust rather than speed and absolute optimization.

#Contributing

Development discussions and patches should be sent to ~tmpod/toasty-lc3-vm@lists.sr.ht (web).

#License

This project is licensed under the GNU General Public License. A copy of its statement can be found here.

#See also

  • lispc3 -- a small Lisp dialect that compiles to LC3.
  • brainfucc -- A Brainfuck compiler and interpreter that can target LC3.