summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-15Automatically discover programs and incorporate into the binaryJulian Blake Kongslie4-10/+56
2022-10-15Implement most of the OPR instructions.Julian Blake Kongslie1-3/+87
2022-10-14Add Fibonacci program (which doesn't work yet)Julian Blake Kongslie2-1/+22
2022-10-14Use automatic literal support in palbart; fix loader to ignore checksumJulian Blake Kongslie2-7/+11
2022-10-14Support loading multiple program tapes on top of eachother.Julian Blake Kongslie1-13/+20
2022-10-14Actual palbart-compatible rim/bin loaderJulian Blake Kongslie5-23/+67
2022-10-13Trivial infinite increment-and-loop as sample image.Julian Blake Kongslie1-4/+10
2022-10-08Trivial support for running the checker on an image.Julian Blake Kongslie6-10/+78
2022-10-07Minor cleanup and some compilation fixes.Julian Blake Kongslie5-8/+32