summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add io port label to curses tuiHEADmasterLouis Burda2024-02-183-0/+14
|
* Fix instruction squishing to fit tpu rowLouis Burda2023-12-273-15/+33
|
* Fixup idle calculationLouis Burda2023-12-272-3/+7
|
* Add support for prefix labelsLouis Burda2023-12-254-56/+96
|
* Fixup more behaviour - add dim idle indicatorLouis Burda2023-12-253-22/+14
|
* Calculate steps needed by tick of last output eventLouis Burda2023-12-253-5/+22
|
* Add more fixes for game compatibilityLouis Burda2023-12-255-27/+31
|
* fixup! Make mode/state behaviour compatible with gameLouis Burda2023-12-254-8/+13
|
* Make mode/state behaviour compatible with gameLouis Burda2023-12-256-170/+286
|
* Dont reset view offset on reloadLouis Burda2023-12-231-1/+0
|
* Fix port alphabetLouis Burda2023-10-042-6/+9
|
* Adjust rendering to centered box drawing charactersLouis Burda2023-07-301-7/+6
|
* Add support for multiple input and output portsLouis Burda2023-07-2615-188/+274
|
* Fix more issues caused by negative literalsLouis Burda2023-07-2610-94/+118
|
* Implement limited integer literal parsingLouis Burda2023-07-2610-35/+73
|
* Restrict assembly input to fit game specLouis Burda2023-07-266-33/+62
|
* Revert adding AND/NOTLouis Burda2023-07-263-26/+30
|
* Fork tis256 to create version like gameLouis Burda2023-07-265-6/+6
|
* Add testingLouis Burda2023-07-264-53/+17
|
* Improve TPU node UI + minor fixesLouis Burda2023-07-264-62/+74
|
* Remove jgz/jlz and add not/and instructionsLouis Burda2023-07-264-31/+27
|
* Make BAK register unaddressableLouis Burda2023-07-263-18/+12
|
* Fix tpu source rendering and tpu location duplicatesLouis Burda2023-07-265-10/+20
|
* Improve parsing, make stdin / stdout port optionalLouis Burda2023-07-257-101/+179
|
* Fix label_map case insensitivity and allow numbers in label namesLouis Burda2023-07-253-7/+10
|
* Fix oob instructions accessLouis Burda2023-07-252-60/+30
|
* Add label support to curses source viewLouis Burda2023-07-256-18/+31
|
* Validate jump target existence on tpu loadLouis Burda2023-07-255-48/+84
|
* Add inotify-based interactive file reload and fix asm parsingLouis Burda2023-07-256-81/+128
|
* Reimplement value passing and improve curses uiLouis Burda2023-07-2510-593/+960
|
* Fully implement tokenizer and port value passingLouis Burda2023-07-247-168/+265
|
* Add some more implementation detailsLouis Burda2023-07-248-102/+703
|
* Add initial rough outlineLouis Burda2023-07-247-0/+821