rjhelms / compe6502

Homebrew 6502 system
2 stars 0 forks source link

BASIC: cast tokens to uppercase #16

Open rjhelms opened 2 years ago

rjhelms commented 2 years ago

GET_UPPER in misc3.s (KBD patch) should point in the right direction.

rjhelms commented 2 years ago

This is working for tokens but not for variable names, which still need to be all upper case or throw a syntax error. Perhaps there is another KBD patch that accomplishes this?

rjhelms commented 2 years ago

Last commit gets variables cast to uppercase at runtime - which is OK but could be better.