remove fixed memory addresse
This commit is contained in:
parent
b7eaafcb3e
commit
4c106ea33c
|
@ -489,6 +489,5 @@
|
||||||
STH2r JMP2r ( pos )
|
STH2r JMP2r ( pos )
|
||||||
&error POP2 POP2r ;arena-is-full ;error! JSR2
|
&error POP2 POP2r ;arena-is-full ;error! JSR2
|
||||||
|
|
||||||
|1ffe
|
|
||||||
@arena-pos :arena-bot ( the next position to allocate )
|
@arena-pos :arena-bot ( the next position to allocate )
|
||||||
@arena-bot $400 @arena-top ( holds up to 1024 bytes )
|
@arena-bot $400 @arena-top ( holds up to 1024 bytes )
|
||||||
|
|
Loading…
Reference in New Issue