about summary refs log tree commit diff stats
path: root/apps/pack.subx
diff options
context:
space:
mode:
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