about summary refs log tree commit diff stats
path: root/068error-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 17:58:01 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 17:58:01 -0700
commit05dabd816a8ead6ff0e949cc16bf30140811bad6 (patch)
treeee38955fccfeab6d9638409fa805aadc0b39bdcd /068error-byte.subx
parent40323d3388905b7f709f87ff82a7368f729bf5cd (diff)
downloadmu-05dabd816a8ead6ff0e949cc16bf30140811bad6.tar.gz
6594 - start standardizing the meaning of 'print'
Diffstat (limited to '068error-byte.subx')
-rw-r--r--068error-byte.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/068error-byte.subx b/068error-byte.subx
index 1d7729b5..1ce0a3d6 100644
--- a/068error-byte.subx
+++ b/068error-byte.subx
@@ -51,12 +51,12 @@ error-byte:  # ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr
     e8/call  write-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # print-byte-buffered(out, byte)
+    # write-byte-hex-buffered(out, byte)
     # . . push args
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0x14/disp8      .                 # push *(ebp+20)
     ff          6/subop/push        1/mod/*+disp8   5/rm32/ebp    .           .             .           .           0xc/disp8       .                 # push *(ebp+12)
     # . . call
-    e8/call  print-byte-buffered/disp32
+    e8/call  write-byte-hex-buffered/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
     # write-buffered(out, Newline)