diff options
Diffstat (limited to '051test.subx')
-rw-r--r-- | 051test.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/051test.subx b/051test.subx index ac0f32a5..f5771010 100644 --- a/051test.subx +++ b/051test.subx @@ -21,7 +21,7 @@ Entry: # manual test cd/syscall 0x80/imm8 # print msg to stderr if a != b, otherwise print "." -check-ints-equal: # a : int, b : int, msg : (address array byte) +check-ints-equal: # a : int, b : int, msg : (addr array byte) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp |