about summary refs log tree commit diff stats
path: root/translate_mu
Commit message (Collapse)AuthorAgeFilesLines
* 6400Kartik Agaram2020-05-241-1/+1
|
* 6134Kartik Agaram2020-03-121-1/+1
|
* 5955 - error messages when translating Mu programsKartik Agaram2020-01-291-1/+1
|
* 5851Kartik Agaram2020-01-011-1/+3
| | | | | | | | | | | | Rename a few scripts to be more consistent. I'm also starting to feel the urge to bud off `subx run` into its own program, say tools/emulate_x86. It doesn't really rely on the SubX notation at all. And then I could rename `subx translate` to `translate_subx_bootstrap`. Only problem: the commands in the Readme get verbose. But the Readme is gonna need surgery soon anyway to put translate_mu front and center.
* 5850 - driver script for translating Mu programsKartik Agaram2020-01-011-0/+7
'#n121'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157