about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* .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
* loosening a few more buffersKartik K. Agaram2021-04-174-9/+21
* .Kartik K. Agaram2021-04-171-1/+1
* new primitives: abs, sgnKartik K. Agaram2021-04-161-1/+100
* .Kartik K. Agaram2021-04-1618-45/+45
* handle drawing 16*4 = 64 pixelsKartik K. Agaram2021-04-161-1/+1
* data.img now has more than one sector of dataKartik K. Agaram2021-04-165-42/+88
* open question: animations in the fake screenKartik K. Agaram2021-04-151-0/+38
* .Kartik K. Agaram2021-04-151-17/+17
* .Kartik K. Agaram2021-04-151-2/+6
* .Kartik K. Agaram2021-04-151-1/+2
* shell: horline working nowKartik K. Agaram2021-04-151-1/+9
* first session programming _within_ the Mu computerKartik K. Agaram2021-04-152-8/+16
* shell: primitives for screen sizeKartik K. Agaram2021-04-151-2/+180
* shell: restore bindings after restartKartik K. Agaram2021-04-152-0/+52
* shell: start persisting global bindingsKartik K. Agaram2021-04-152-2/+39
* .Kartik K. Agaram2021-04-153-5/+17
* .Kartik K. Agaram2021-04-152-1/+8
* .Kartik K. Agaram2021-04-152-5/+9
* .Kartik K. Agaram2021-04-152-11/+9