diff options
Diffstat (limited to '068error-byte.subx')
-rw-r--r-- | 068error-byte.subx | 4 |
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) |