diff options
-rw-r--r-- | subx/examples/ex10.subx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |