about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-20 22:14:37 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-20 22:14:37 -0700
commitbbf65bfcf3bf48d36398ddff271192c381dcf90c (patch)
treed980d7f65daac7fe82376b98c449dd5795c89d8d /subx
parent31c01792c7d1d1474744bc82fe6ea36f2cff333c (diff)
downloadmu-bbf65bfcf3bf48d36398ddff271192c381dcf90c.tar.gz
5213
Diffstat (limited to 'subx')
-rw-r--r--subx/072slice.subx2
-rw-r--r--subx/apps/factorial.subx2
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