diff options
Diffstat (limited to '078emit-hex.subx')
-rw-r--r-- | 078emit-hex.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/078emit-hex.subx b/078emit-hex.subx index caea7800..bc052642 100644 --- a/078emit-hex.subx +++ b/078emit-hex.subx @@ -4,7 +4,7 @@ # . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes # print 'n' in hex in 'width' bytes in lower-endian order, with a space after every byte -emit-hex: # out : (address buffered-file), n : int, width : int +emit-hex: # out : (addr buffered-file), n : int, width : int # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp |