about summary refs log tree commit diff stats
path: root/apps/pack.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-19 16:32:10 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-19 16:32:10 -0700
commit8a73e0d19a1d17a21512740df51b9e65b6c6ddad (patch)
tree7c38b4c2f9fa222a085fc1397ca534b616216ba3 /apps/pack.subx
parentdfbe1550872256f597161de72a411b92405284e1 (diff)
downloadmu-8a73e0d19a1d17a21512740df51b9e65b6c6ddad.tar.gz
5673 - standardize a few knobs
Diffstat (limited to 'apps/pack.subx')
-rw-r--r--apps/pack.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pack.subx b/apps/pack.subx
index 4dda514b..69c37bd4 100644
--- a/apps/pack.subx
+++ b/apps/pack.subx
@@ -23,10 +23,10 @@ Entry:  # run tests if necessary, convert stdin if not
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
 
     # initialize heap
-    # . Heap = new-segment(64KB)
+    # . Heap = new-segment(Heap-size)
     # . . push args
     68/push  Heap/imm32
-    68/push  0x10000/imm32/64KB
+    68/push  Heap-size/imm32
     # . . call
     e8/call  new-segment/disp32
     # . . discard args