diff options
Diffstat (limited to '063error.subx')
-rw-r--r-- | 063error.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/063error.subx b/063error.subx index bb1a8b71..aa1db47c 100644 --- a/063error.subx +++ b/063error.subx @@ -6,7 +6,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 # write(out, "Error: "+msg+"\n") then stop(ed, 1) -error: # ed : (address exit-descriptor), out : fd or (address stream byte), msg : (address array byte) +error: # ed : (addr exit-descriptor), out : fd or (addr stream byte), msg : (addr array byte) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp |