neilsf / XC-BASIC

A compiling BASIC dialect for the Commodore-64
https://xc-basic.net/
MIT License
74 stars 15 forks source link

Option to omit BASIC upstart and to set arbitrary start address #91

Closed neilsf closed 4 years ago

neilsf commented 4 years ago

Could be implemented as compiler options, e.g:

PRAGMA basic_upstart = 0
PRAGMA program_start = $c000
neilsf commented 4 years ago

Implemented in v2.2