BASIC file formats

From Ninerpedia
Revision as of 17:56, 28 March 2015 by Mizapf (talk | contribs)
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