about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* .Kartik Agaram2021-04-2212-40737/+41324
* better error message on trace overflowKartik K. Agaram2021-04-221-1/+8
* faster emulationKartik K. Agaram2021-04-221-2/+2
* clean up with the final bugfixKartik K. Agaram2021-04-222-62/+9
* snapshotKartik K. Agaram2021-04-222-2/+62
* .Kartik K. Agaram2021-04-222-0/+39
* .Kartik K. Agaram2021-04-221-0/+13
* .Kartik K. Agaram2021-04-221-2/+9
* shell: non-recursive 'while'Kartik K. Agaram2021-04-211-14/+58
* shell: refuse to 'def' duplicate namesKartik K. Agaram2021-04-212-2/+46
* shell: separate 'def' from 'set'Kartik K. Agaram2021-04-214-7/+272
* slightly more responsive animationKartik K. Agaram2021-04-211-1/+1
* clear old output when new run is in progressKartik K. Agaram2021-04-212-69/+94
* .Kartik K. Agaram2021-04-212-14/+14
* .Kartik K. Agaram2021-04-211-1/+1
* .Kartik K. Agaram2021-04-212-67/+67
* opt: don't clear streams of bytes on the stackKartik K. Agaram2021-04-212-3/+152
* .Kartik Agaram2021-04-21243-45738/+47168
* shell: show screen state during evaluationKartik K. Agaram2021-04-213-17/+41
* .Kartik K. Agaram2021-04-211-0/+11
* an interface approximating stack tracesKartik K. Agaram2021-04-206-27/+51
* get bresenham line drawing working with a traceKartik K. Agaram2021-04-202-11/+27
* deemphasize fn arg evaluation slightlyKartik K. Agaram2021-04-191-0/+2
* reimplement pixel graphicsKartik K. Agaram2021-04-192-74/+147
* .Kartik K. Agaram2021-04-191-33/+33
* .Kartik K. Agaram2021-04-191-1/+2
* add some checksKartik K. Agaram2021-04-191-2/+18
* start cleaning up pixel graphicsKartik K. Agaram2021-04-197-54/+54
* re-enable testsKartik K. Agaram2021-04-181-13/+13
* Revert "allow drawing all pixels"Kartik K. Agaram2021-04-181-2/+3
* .Kartik K. Agaram2021-04-181-0/+7
* fix a bug in loading code diskKartik K. Agaram2021-04-181-1/+1
* revert experiment: expand heapKartik K. Agaram2021-04-182-4/+3
* experiment: expand heapKartik K. Agaram2021-04-182-3/+4
* some primitives for monitoring code integrityKartik K. Agaram2021-04-183-0/+58
* update the memory mapKartik K. Agaram2021-04-181-1/+1
* .Kartik K. Agaram2021-04-172-0/+258
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-179-26/+106
* .Kartik K. Agaram2021-04-172-6/+6
* allow drawing all pixelsKartik K. Agaram2021-04-171-3/+2
* bump up the token limit againKartik K. Agaram2021-04-171-1/+1
* shell: reenable the traceKartik K. Agaram2021-04-173-1/+22
* evaluating fns is too similar to its inputKartik K. Agaram2021-04-171-1/+1
* write-multiple supportKartik K. Agaram2021-04-171-3/+24
* start flushing the ATA disk cacheKartik K. Agaram2021-04-171-0/+18
* starting write-multiple supportKartik K. Agaram2021-04-171-52/+55
* load sandbox even if there are no globalsKartik K. Agaram2021-04-171-11/+9
* heh, the current state actually overflows 2KBKartik K. Agaram2021-04-171-4/+4
* Bresenham line-drawing now workingKartik K. Agaram2021-04-171-0/+16
* tmp: debugging why brline prints no pixelsKartik K. Agaram2021-04-172-14/+14