about summary refs log tree commit diff stats
path: root/apps/survey.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 18:01:44 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 18:01:44 -0700
commit690fa191f1533379a21ae9f0253f80068ad1a800 (patch)
treee8b732ebaf989e8ce7fbd218a77fa12df5f9737a /apps/survey.subx
parent05dabd816a8ead6ff0e949cc16bf30140811bad6 (diff)
downloadmu-690fa191f1533379a21ae9f0253f80068ad1a800.tar.gz
6595
Diffstat (limited to 'apps/survey.subx')
-rw-r--r--apps/survey.subx16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/survey.subx b/apps/survey.subx
index 6ed94c5e..d9ae3257 100644
--- a/apps/survey.subx
+++ b/apps/survey.subx
@@ -822,13 +822,13 @@ $compute-offsets:case-default:
 #?     e8/call  clear-stream/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
-#?     # . print-int32-buffered(Stderr, segment-offset)
+#?     # . write-int32-hex-buffered(Stderr, segment-offset)
 #?     # . . push args
 #?     52/push-edx
 #?     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           compute-offsets:segment-offset/disp32  # push *segment-offset
 #?     68/push  Stderr/imm32
 #?     # . . call
-#?     e8/call  print-int32-buffered/disp32
+#?     e8/call  write-int32-hex-buffered/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
 #?     # . flush(Stderr)
@@ -2232,12 +2232,12 @@ $emit-segments:check-code-label-for-imm32:
 #?     e8/call  write/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-#?     # . print-int32-buffered(Stderr, info->address)
+#?     # . write-int32-hex-buffered(Stderr, info->address)
 #?     # . . push args
 #?     ff          6/subop/push        1/mod/*+disp8   6/rm32/esi    .           .             .           .           0xc/disp8       .                 # push *(esi+12)
 #?     68/push  Stderr/imm32
 #?     # . . call
-#?     e8/call  print-int32-buffered/disp32
+#?     e8/call  write-int32-hex-buffered/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
 #?     # . flush(Stderr)
@@ -3093,12 +3093,12 @@ $emit-headers:loop:
 #?     e8/call  clear-stream/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
-#?     # . print-int32-buffered(Stderr, &curr-segment)
+#?     # . write-int32-hex-buffered(Stderr, &curr-segment)
 #?     # . . push args
 #?     50/push-eax
 #?     68/push  Stderr/imm32
 #?     # . . call
-#?     e8/call  print-int32-buffered/disp32
+#?     e8/call  write-int32-hex-buffered/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
 #?     # . flush(Stderr)
@@ -3116,12 +3116,12 @@ $emit-headers:loop:
 #?     e8/call  write/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-#?     # . print-int32-buffered(Stderr, curr-segment->name)
+#?     # . write-int32-hex-buffered(Stderr, curr-segment->name)
 #?     # . . push args
 #?     ff          6/subop/push        0/mod/indirect  0/rm32/eax    .           .             .           .           .               .                 # push *eax
 #?     68/push  Stderr/imm32
 #?     # . . call
-#?     e8/call  print-int32-buffered/disp32
+#?     e8/call  write-int32-hex-buffered/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
 #?     # . flush(Stderr)