summaryrefslogtreecommitdiff
path: root/.gitmodules (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-15Simplify Fibonacci program by using MQ registerJulian Blake Kongslie1-6/+4
2022-10-15Add MQ register support.Julian Blake Kongslie5-1/+28
2022-10-15Restrict SOURCES to visible top-level directories.Julian Blake Kongslie1-1/+1
2022-10-15Switch the way we track if submodules need to be inited.Julian Blake Kongslie3-2/+3
2022-10-15Depend on external nanosim dependency.Julian Blake Kongslie15-531/+11
2022-10-15Move shared_bus into arbiterJulian Blake Kongslie2-22/+14
2022-10-15Some trivial arbiter improvements.Julian Blake Kongslie2-2/+23
2022-10-15Avoid rebuilding programs.cpp on every compile.Julian Blake Kongslie1-2/+10
2022-10-15const-protect the program imagesJulian Blake Kongslie2-3/+3
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