use slightly fewer resources
This commit is contained in:
parent
873419689e
commit
f1f8c97537
|
@ -698,7 +698,7 @@
|
|||
|
||||
( stack-bot is the address of the first stack position. )
|
||||
( stack-top is the address of the first byte beyond the stack. )
|
||||
@stack-bot $1000 @stack-top ( holds 1024 steps (4096 bytes) )
|
||||
@stack-bot $0800 @stack-top ( holds 512 steps (2048 bytes) )
|
||||
|
||||
( ARENA OPERATIONS )
|
||||
( )
|
||||
|
@ -785,7 +785,7 @@
|
|||
INC2 INC2 ,&loop JMP
|
||||
|
||||
@subgroup-pos :subgroup-bot ( the position of the first unallocated subgroup )
|
||||
@subgroup-bot $800 @subgroup-top ( holds up to 512 subgroups (2048 bytes) )
|
||||
@subgroup-bot $400 @subgroup-top ( holds up to 256 subgroups (1024 bytes) )
|
||||
|
||||
( INTERVAL OPERATIONS )
|
||||
( )
|
||||
|
|
Loading…
Reference in New Issue