about summary refs log tree commit diff stats
path: root/079emit.subx
diff options
context:
space:
mode:
Diffstat (limited to '079emit.subx')
-rw-r--r--079emit.subx7
1 files changed, 4 insertions, 3 deletions
diff --git a/079emit.subx b/079emit.subx
index abf11dce..0db46bdf 100644
--- a/079emit.subx
+++ b/079emit.subx
@@ -63,9 +63,10 @@ $emit:name:
     eb/jump  $emit:end/disp8
     # otherwise emit-hex(out, parse-hex-int(datum), width)
     #   (Weird shit can happen here if the datum of 'word' isn't either a valid
-    #   name or a hex number. `emit` is mostly used by ntranslate, which is
-    #   currently designed to only receive legal SubX programs. We just want to
-    #   make sure that valid names aren't treated as (valid) hex numbers.)
+    #   name or a hex number. `emit` is mostly used by translate_subx, which
+    #   is currently designed to only receive legal SubX programs. We just
+    #   want to make sure that valid names aren't treated as (valid) hex
+    #   numbers.)
 $emit:hex-int:
     # . var value/eax : int = parse-hex-int(datum)
     # . . push args