about summary refs log tree commit diff stats
path: root/translate_subx_emulated
Commit message (Collapse)AuthorAgeFilesLines
* 5865Kartik Agaram2020-01-021-9/+9
| | | | Give the bootstrap C++ program a less salient name.
* 5851Kartik Agaram2020-01-011-0/+50
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.