diff options
Diffstat (limited to 'apps/crenshaw2-1.subx')
-rw-r--r-- | apps/crenshaw2-1.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/crenshaw2-1.subx b/apps/crenshaw2-1.subx index 42d8571a..f78f03ae 100644 --- a/apps/crenshaw2-1.subx +++ b/apps/crenshaw2-1.subx @@ -35,10 +35,10 @@ Entry: # run tests if necessary, call 'compile' 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 |