Go to file
Bradford Lamson-Scribner 8d6a0f8fd3 internal/vm: start playing with op executions
So far the pattern feels a tiny bit weird but also has been nice to work
with. As you can see, the op now contains it’s instruction execution func
which can be called directly from the op.
2020-05-30 17:06:36 -06:00
cmd cmd: prepare cmd folder, as I will turn this into a cobra CLI at some point 2020-05-27 14:37:43 -06:00
internal/vm internal/vm: start playing with op executions 2020-05-30 17:06:36 -06:00
.gitignore initial commit 2020-05-24 15:41:24 -06:00
go.mod deps: initialize as go module 2020-05-30 11:01:48 -06:00
go.sum deps: initialize as go module 2020-05-30 11:01:48 -06:00
main.go initial commit 2020-05-24 15:41:24 -06:00
README.md internal/cpu: add cpu status register flags 2020-05-27 22:08:30 -06:00

After building chippy, I wanted finding something a little more challenging. I really enjoyed it so I'm going to give an Apple 1 computer a shot.

Current references: