From ef47911ff39c865aa2e65af442a03ddd8c2b1aa4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 21 Sep 2018 17:38:43 -0700 Subject: 4583 --- subx/examples/ex10.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/examples') diff --git a/subx/examples/ex10.subx b/subx/examples/ex10.subx index edcda506..321cee64 100644 --- a/subx/examples/ex10.subx +++ b/subx/examples/ex10.subx @@ -27,7 +27,7 @@ 50/push . . . . . . . . # push EAX 53/push . . . . . . . . # push EBX # call - e8/call argv_equal/disp32 + e8/call argv_equal/disp32 # exit(EAX) 89/copy 3/mod/direct 3/rm32/EBX . . . 0/r32/EAX . . # copy EAX to EBX b8/copy . . . . . . . 1/imm32 # copy 1 to EAX -- cgit 1.4.1-2-gfad0