VolksForth/6502/py65/6502f83.fb

1 line
132 KiB
Plaintext
Raw Normal View History

2022-08-18 11:31:10 +00:00
ende 123 \ volksFORTH Loadscreen for py65 target cas 02aug2020forth definitions : (C [compile] ( ; IMMEDIATE \ : ) ; IMMEDIATE $1000 CONSTANT BASEADDR \ change target base address here BASEADDR DISPLACE ! TARGET DEFINITIONS BASEADDR HERE! hex &01 &126 +THRU decimal \ ASSEMBLER NONRELOCATE .UNRESOLVED \ if this prints unresolved \ definitions, check code CR .( SAVE-TARGET 6502-FORTH83) \ FORTH PREAMBLE AND ID cas 26jan06 ASSEMBLER NOP 0 JMP HERE 2- >LABEL >COLD NOP 0 JMP HERE 2- >LABEL >RESTART HERE DUP ORIGIN! \ Coldstartvalues and user variables cas 02aug2020\ 0 JMP 0 JSR HERE 2- >LABEL >WAKE END-CODE 0D6 ALLOT \ Bootlabel ," VolksForth-83 3.8.1 py65 02aug2020 CS"