about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/Readme.md9
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.)