diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-26 11:31:21 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-26 11:31:21 -0700 |
commit | 8acdca485850861f19c5416d8868c6d8dbe2ba67 (patch) | |
tree | be5072c8d417e087e7368bdfc13b743ea3bb1045 | |
parent | 18b0f13ecc45ace2dd0217ec6e4f6e033f0c53f1 (diff) | |
download | mu-8acdca485850861f19c5416d8868c6d8dbe2ba67.tar.gz |
5481
-rw-r--r-- | subx/Readme.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 61cb8a91..f0eb6dda 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -79,8 +79,13 @@ You can use SubX to translate itself. For example, running natively on Linux: 42 ``` -(For running emulated on other platforms, see the `translate` script. You'll -need 16GB RAM for translating some of the larger programs.) +This is just a demonstration; in practice you would use the `ntranslate` +script. For running emulated on other platforms, use the `translate` script. +You'll need 16GB RAM for translating some of the larger programs in emulated +mode. Requirements for native translation are, of course, minimal. + +To my knowledge the original C++ and new self-hosted translators always +generate identical binaries. Please [report bugs](mailto:mu@akkartik.com)! You can use it to learn about the x86 processor that (almost certainly) runs your computer. (See below.) |