From 8acdca485850861f19c5416d8868c6d8dbe2ba67 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 26 Jul 2019 11:31:21 -0700 Subject: 5481 --- subx/Readme.md | 9 +++++++-- 1 file 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.) -- cgit 1.4.1-2-gfad0