summaryrefslogtreecommitdiff
path: root/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Understanding interrupt handling within SIMH (see echo_int.pal)Julian Blake Kongslie2022-10-291-5/+11
| | | | | | | | | | Add list of Bugs Add event log file parser More changes associated with widening the ctlregs (FIXME add a typedef) Add some keyboard instructions
* Nearly-working version of TTY outputJulian Blake Kongslie2022-10-161-1/+1
|
* Support for log-based event modelJulian Blake Kongslie2022-10-161-7/+5
|
* Add MQ register support.Julian Blake Kongslie2022-10-151-1/+1
|
* Automatically discover programs and incorporate into the binaryJulian Blake Kongslie2022-10-151-9/+1
|
* Add Fibonacci program (which doesn't work yet)Julian Blake Kongslie2022-10-141-1/+3
|
* Use automatic literal support in palbart; fix loader to ignore checksumJulian Blake Kongslie2022-10-141-4/+10
|
* Support loading multiple program tapes on top of eachother.Julian Blake Kongslie2022-10-141-13/+20
|
* Actual palbart-compatible rim/bin loaderJulian Blake Kongslie2022-10-141-6/+47
|
* Trivial support for running the checker on an image.Julian Blake Kongslie2022-10-081-0/+28