mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-25 10:30:57 +00:00
Move the zero page area used by v4th-x16 from $30-(afaict)$5b to $50-(afaict)$7b, inclusive.
It's probably safest to assume that v4th-x16 uses $50-$7f.
This commit is contained in:
parent
6ce5520ff4
commit
ce56b3cb3f
@ -7,7 +7,7 @@
|
||||
|
||||
(C64 02 )
|
||||
(C16 02 )
|
||||
(X16 $30 )
|
||||
(X16 $50 )
|
||||
dup >label RP 2+
|
||||
dup >label UP 2+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user