about summary refs log tree commit diff stats
path: root/translate_subx_emulated
Commit message (Expand)AuthorAgeFilesLines
* shell: skeleton for scrollingKartik K. Agaram2021-05-291-1/+1
* grow a few buffers until shell/ loadsKartik K. Agaram2021-05-151-2/+2
* load debug info from disk on abortKartik K. Agaram2021-05-141-1/+7
* fixup! load debug info into code diskKartik K. Agaram2021-05-141-1/+9
* insert a compile phase to emit some debug infoKartik K. Agaram2021-05-141-8/+18
* shell: ctrl-r runs on real screen without a traceKartik K. Agaram2021-04-171-1/+1
* .Kartik K. Agaram2021-04-161-3/+3
* rename boot.hex to boot.subxKartik K. Agaram2021-03-141-1/+1
* treat boot.hex as a SubX fileKartik K. Agaram2021-03-141-6/+4
* 7842 - new directory organizationKartik K. Agaram2021-03-031-15/+31
* 7440Kartik Agaram2020-12-281-9/+9
* 7439 - start translating Mu programs to baremetalKartik Agaram2020-12-281-1/+1
* 7401 - clean up support for non-Linux platformsKartik Agaram2020-12-251-18/+7
* 6401 - have scripts follow the Unix wayKartik Agaram2020-05-241-17/+0
* 5865Kartik Agaram2020-01-021-9/+9
* 5851Kartik Agaram2020-01-011-0/+50
a> 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105