about summary refs log tree commit diff stats
path: root/subx/apps/assort.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-17 10:33:51 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-17 10:33:51 -0700
commitdf13e24a8a603957ce84b7b5d4dd3c33914580c7 (patch)
treefb1e72b5090aca6f7e1b99357917652514b96915 /subx/apps/assort.subx
parentfd75b398ba7999a105c82973af79d5c545cb46e9 (diff)
downloadmu-df13e24a8a603957ce84b7b5d4dd3c33914580c7.tar.gz
5106
Diffstat (limited to 'subx/apps/assort.subx')
-rw-r--r--subx/apps/assort.subx3
1 files changed, 2 insertions, 1 deletions
diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx
index 050f064d..733e486d 100644
--- a/subx/apps/assort.subx
+++ b/subx/apps/assort.subx
@@ -538,7 +538,7 @@ $read-segments:check1:
     3d/compare-EAX-and  0/imm32
     0f 85/jump-if-not-equal  $read-segments:loop/disp32
 $read-segments:check-for-comment:
-    # if slice-starts-with?(word-slice, "#")
+    # if (slice-starts-with?(word-slice, "#")) continue
     # . start/ESI = word-slice->start
     8b/copy                         0/mod/indirect  2/rm32/EDX    .           .             .           6/r32/ESI   .               .                 # copy *ECX to ESI
     # . c/EAX = *start
@@ -1312,6 +1312,7 @@ _test-data-segment:
 _test-data-segment-end:
 
 Segment-size:
+  # TODO: there's currently a tight size limit on segments because we aren't growing the heap
   0x100/imm32/4KB
 #?   0x1000/imm32/4KB