1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-01 05:41:34 +00:00
C02/include/vic8k.a02

21 lines
780 B
Plaintext
Raw Normal View History

2018-08-14 18:14:32 +00:00
;c02 Program Initialization Code for Vic-20 with at 8K Expansion
2018-01-28 18:30:49 +00:00
INCLUDE "vicequ.a02" ;Include VIC 20 Common Code
2018-01-28 18:30:49 +00:00
;Video RAM and ROM
VICSCN EQU $1000 ;Video Screen Memory Area (Unexpanded)
CHRROM EQU $8000 ;Character Generator ROM
VICCLR EQU $9400 ;Color RAM (Unexpanded)
2018-01-28 18:30:49 +00:00
;Machine Language Basic Stub
ORG $1201 ;Start of Basic Program
BASIC: DC $0C, $12 ;Pointer to Next Line
DC $00, $00 ;Line Number (0)
DC $9E ;SYS
DC $20 ;' '
DC $34,$36,$32,$32 ;"4622"
DC $00 ;End of Line Marker
DC $00, $00 ;End of Basic Program
INCLUDE "vicasm.a02" ;Include VIC 20 Common Code
INCLUDE "prbyte.a02" ;PRBYTE and PRHEX routines