mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 01:31:33 +00:00
Moved Include of prbyte.a02 from vic.a02 to vic??.a02
This commit is contained in:
parent
24ba4b6dfd
commit
f7c9742027
@ -100,4 +100,3 @@ NEWLIN: LDX #0 ;Store 0
|
||||
STX $D3 ;in Cursor Column and
|
||||
JMP $E8C3 ;Execute NXTLINE Routine
|
||||
|
||||
INCLUDE "../include/prbyte.a02" ;PRBYTE and PRHEX routines
|
@ -16,3 +16,4 @@ BASIC: DC $0C, $10 ;Pointer to Next Line
|
||||
DC $00, $00 ;End of Basic Program
|
||||
|
||||
INCLUDE "../include/vic.a02" ;Include VIC 20 Common Code
|
||||
INCLUDE "../include/prbyte.a02" ;PRBYTE and PRHEX routines
|
@ -16,3 +16,4 @@ BASIC: DC $0C, $04 ;Pointer to Next Line
|
||||
DC $00, $00 ;End of Basic Program
|
||||
|
||||
INCLUDE "../include/vic.a02" ;Include VIC 20 Common Code
|
||||
INCLUDE "../include/prbyte.a02" ;PRBYTE and PRHEX routines
|
@ -16,3 +16,4 @@ BASIC: DC $0C, $12 ;Pointer to Next Line
|
||||
DC $00, $00 ;End of Basic Program
|
||||
|
||||
INCLUDE "../include/vic.a02" ;Include VIC 20 Common Code
|
||||
INCLUDE "../include/prbyte.a02" ;PRBYTE and PRHEX routines
|
Loading…
Reference in New Issue
Block a user