The Little Minion Computer model was created by Professor Magnus Bordewich of Durham University, based on the Little Man Computer created by Dr. Stuart Madnick of M.I.T. in 1965.
Little Minion Computer Assembly, Little Man Computer
Make sure you have cargo installed.
cargo install --git https://github.com/tomboddaert/lminc
- There is an example of assembly in examples/fib.txt.
- There are an example of number assembly in examples/fib_num.txt.
- There is an example of assembling and running from assembly in examples/fibonacci.rs
- There is an example of assembling and running from numbers in examples/fibonacci_from_nums.rs
- There is an example of saving and loading a computer's memory in examples/save_and_load.rs
I am working on an extended mode. The documentation is in extended_mode.md.
LMinC is dual-licensed under either the Apache License Version 2.0 OR MIT license at your option.