diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/072slice.subx | 2 | ||||
-rw-r--r-- | subx/apps/factorial.subx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/subx/072slice.subx b/subx/072slice.subx index 82ce883e..fb1d5394 100644 --- a/subx/072slice.subx +++ b/subx/072slice.subx @@ -1001,4 +1001,4 @@ _test-slice-data-3: 64/d _test-slice-data-4: -# . _. vim:nowrap:textwidth=0 +# . . vim:nowrap:textwidth=0 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 |