VolksForth/6502/C64/src/vf-c16+jsr.fth
Philip Zembrod 9a53225469 Extract screens $8 and $7e to $94 from vforth4_2.fth and make vf-c16 build
independent of vforth4_2.d64, i.e. now for C16 VolksForth sources are fully
text-file based, too, like for the C64 already.
Only transient TC part still comes from tc38q.d64
2020-07-12 22:20:04 +02:00

19 lines
297 B
Forth

\ *** Block No. 8, Hexblock 8
8 fthpage
\ ram rom jsr NormJsr f.C16+ clv12.4.87)
Assembler also definitions
\ C16+Macros for Bankswitching
: ram $ff3f sta ; : rom $ff3e sta ;
' Jsr Alias NormJsr Defer Jsr
: C16+Jsr dup $c000 u>
IF rom NormJsr ram ELSE NormJsr THEN ;
' C16+Jsr Is Jsr