mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-09 13:32:05 +00:00
Place Next routine at different ZP address on X16
This commit is contained in:
parent
9db1e592ee
commit
9afb66f304
@ -5,7 +5,10 @@
|
|||||||
|
|
||||||
( Zero page Variables & Next 03apr85bp)
|
( Zero page Variables & Next 03apr85bp)
|
||||||
|
|
||||||
02 dup >label RP 2+
|
(C64 02 )
|
||||||
|
(C16 02 )
|
||||||
|
(X16 $30 )
|
||||||
|
dup >label RP 2+
|
||||||
dup >label UP 2+
|
dup >label UP 2+
|
||||||
|
|
||||||
dup >label Puta 1+
|
dup >label Puta 1+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user