neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines
MIT License
45 stars 5 forks source link

Compiler option for ASCII mode #265

Open neilsf opened 5 months ago

neilsf commented 5 months ago

All strings in the an ASCII source file are currently translated to PETSCII. Add a compiler option to disable translation, e. g. OPTION ASCII