A simple, extendable, 16 instruction stack machine.
Go to file
Sasha Koshka 975de37927 Added and passed jump instruction test 2022-08-28 22:45:46 -04:00
LICENSE Initial commit 2022-08-28 13:25:00 -04:00
README.md Initial commit 2022-08-28 13:25:00 -04:00
creature.go Renamed load and store to peek and poke 2022-08-28 20:20:04 -04:00
creature_test.go Added and passed jump instruction test 2022-08-28 22:45:46 -04:00
go.mod Initial commit 2022-08-28 13:25:00 -04:00

README.md

creature

A simple, extendable, 16 instruction stack machine.