diff options
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/factorial.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/factorial.subx b/subx/apps/factorial.subx index 20b0a4fe..71780eb4 100644 --- a/subx/apps/factorial.subx +++ b/subx/apps/factorial.subx @@ -45,8 +45,8 @@ Entry: # run tests if necessary, compute `factorial(5)` if not e8/call run-tests/disp32 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 0/r32/EAX Num-test-failures/disp32 # copy *Num-test-failures to EAX eb/jump $main:end/disp8 # where EAX will get copied to EBX - # - otherwise return factorial(5) $run-main: + # - otherwise return factorial(5) # . . push args 68/push 5/imm32 # . . call |