about summary refs log tree commit diff stats
path: root/subx/apps/crenshaw2-1b.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-03 16:34:16 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-03 16:34:16 -0800
commit5082923e81d331c2be12d6ec0be098bbd7ecf1c2 (patch)
tree484e2145d1e2aa2707d5ac9e3b4a92d135c22b6c /subx/apps/crenshaw2-1b.subx
parent97e7c68b3a41d0e134c983eb7527b4337fbba786 (diff)
downloadmu-5082923e81d331c2be12d6ec0be098bbd7ecf1c2.tar.gz
4826
Diffstat (limited to 'subx/apps/crenshaw2-1b.subx')
-rw-r--r--subx/apps/crenshaw2-1b.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/crenshaw2-1b.subx b/subx/apps/crenshaw2-1b.subx
index 0c17e3f9..77b262a7 100644
--- a/subx/apps/crenshaw2-1b.subx
+++ b/subx/apps/crenshaw2-1b.subx
@@ -129,7 +129,7 @@ compile:  # in : (address buffered-file), out : fd or (address stream), err : fd
     #   b8/copy-to-EAX  1/imm32/exit
     #   cd/syscall  0x80/imm8
     #
-    # . EAX = write(out, "bb/copy-to-EBX  ")
+    # . write(out, "bb/copy-to-EBX  ")
     # . . push args
     68/push  "bb/copy-to-EBX  "/imm32
     ff          6/subop/push        1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none  .           .           0xc/disp8       .                 # push *(EBP+12)