BASIC file formats
Jump to navigation
Jump to search
BASIC programs written for TI BASIC and Extended BASIC are not stored in plain text in memory. Instead, the BASIC lines are tokenized. For each command or special character or character sequence that has a meaning in BASIC there is a one-byte code, the token.
TODO: continue