about summary refs log tree commit diff stats
path: root/apps/dquotes.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 18:31:17 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 18:31:17 -0700
commit1afc882890399d70926a09036f4e66c33b3972cc (patch)
treec1e6638aea966b49d5d355fc55acca64e63a55b1 /apps/dquotes.subx
parent690fa191f1533379a21ae9f0253f80068ad1a800 (diff)
downloadmu-1afc882890399d70926a09036f4e66c33b3972cc.tar.gz
6596
Diffstat (limited to 'apps/dquotes.subx')
-rw-r--r--apps/dquotes.subx8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/dquotes.subx b/apps/dquotes.subx
index ba8d3ee0..db93830a 100644
--- a/apps/dquotes.subx
+++ b/apps/dquotes.subx
@@ -329,12 +329,12 @@ process-string-literal:  # string-literal: (addr slice), out: (addr buffered-fil
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . print-int32-decimal(out-segment, *Next-string-literal)
+    # . write-int32-decimal(out-segment, *Next-string-literal)
     # . . push args
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Next-string-literal/disp32        # push *Next-string-literal
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0x10/disp8      .                 # push *(ebp+16)
     # . . call
-    e8/call  print-int32-decimal/disp32
+    e8/call  write-int32-decimal/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # . write(out-segment, ":\n")
@@ -370,12 +370,12 @@ process-string-literal:  # string-literal: (addr slice), out: (addr buffered-fil
     e8/call  write-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . print-int32-decimal(int32-stream, *Next-string-literal)
+    # . write-int32-decimal(int32-stream, *Next-string-literal)
     # . . push args
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           Next-string-literal/disp32        # push *Next-string-literal
     51/push-ecx
     # . . call
-    e8/call  print-int32-decimal/disp32
+    e8/call  write-int32-decimal/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # . write-stream-data(out, int32-stream)