From 93be389bef09b8a93a5bb925871a95fd974eafcb Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 28 Oct 2018 12:41:04 -0700 Subject: 4731 --- subx/examples/ex11.subx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subx/examples') diff --git a/subx/examples/ex11.subx b/subx/examples/ex11.subx index cd8cdf4d..dc804ebe 100644 --- a/subx/examples/ex11.subx +++ b/subx/examples/ex11.subx @@ -272,7 +272,7 @@ check-ints-equal: # (a : int, b : int, msg : (address array byte)) -> boolean 68/push "."/imm32 # call e8/call write-stderr/disp32 - # discard arg + # discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP # return eb/jump $check-ints-equal:end/disp8 @@ -285,14 +285,14 @@ $check-ints-equal:else: 51/push-ECX # call e8/call write-stderr/disp32 - # discard arg + # discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP # print newline # push args 68/push Newline/imm32 # call e8/call write-stderr/disp32 - # discard arg + # discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP $check-ints-equal:end: # restore registers -- cgit 1.4.1-2-gfad0