Close

Stack code

A project log for One-instruction TTL Computer

A breadboard-able computer which uses only a single instruction - MOVE

justin-davisJustin Davis 07/31/2017 at 17:570 Comments

I've finished the stack code including pop,push,call,return.  So that brings me to all of the following instructions implemented:

That should give me quite a lot to make some real programs now (on top of the inherent functions of the ALU).  I'll need to bring up some better debug tools next.  Memory inspection.  Probably enhance my bootloader.  Maybe start on an emulator.

Discussions