summaryrefslogtreecommitdiff
path: root/programs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Understanding interrupt handling within SIMH (see echo_int.pal)Julian Blake Kongslie2022-10-294-5/+128
| | | | | | | | | | Add list of Bugs Add event log file parser More changes associated with widening the ctlregs (FIXME add a typedef) Add some keyboard instructions
* Control register values should not be "unsigned int"Julian Blake Kongslie2022-10-291-59/+5
|
* Add untested interrupt-based echo program with input bufferJulian Blake Kongslie2022-10-231-0/+67
|
* Nearly-working version of TTY outputJulian Blake Kongslie2022-10-162-1/+118
|
* Remove unneeded CLA from Fibonacci program.Julian Blake Kongslie2022-10-151-2/+1
|
* Simplify Fibonacci program by using MQ registerJulian Blake Kongslie2022-10-151-6/+4
|
* const-protect the program imagesJulian Blake Kongslie2022-10-151-1/+1
|
* Automatically discover programs and incorporate into the binaryJulian Blake Kongslie2022-10-151-0/+7
|
* Add Fibonacci program (which doesn't work yet)Julian Blake Kongslie2022-10-141-0/+19
|
* Use automatic literal support in palbart; fix loader to ignore checksumJulian Blake Kongslie2022-10-141-3/+1
|
* Actual palbart-compatible rim/bin loaderJulian Blake Kongslie2022-10-141-0/+8