Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jul 29, 2024
1 parent 474bdc5 commit 324cf0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,12 @@ program (currently) works only for the former, not the latter.

The three Radio-Shack portables (Models 100, 102 and 200), the Kyocera
Kyotronic-85, and the Olivetti M10 all share the same tokenized BASIC.
That means one tokenize .BA file _might_ work for any of those,
presuming the program does not use CALL, PEEK, or POKE. However, the
NEC family of portables -- the PC-8201, PC-8201A, and PC-8300 -- run
N82 BASIC, which has a different tokenization format. A tokenized N82
BASIC file cannot run on an M100 computer and vice versa, even for
programs which share the same ASCII BASIC source code.
That means a single tokenized BASIC file _might_ work for any of
those, presuming the program does not use CALL, PEEK, or POKE.
However, the NEC family of portables -- the PC-8201, PC-8201A, and
PC-8300 -- run N82 BASIC, which has a different tokenization format. A
tokenized N82 BASIC file cannot run on an M100 computer and vice
versa, even for programs which share the same ASCII BASIC source code.

### Checksum differences are not a compatibility problem

Expand Down

0 comments on commit 324cf0b

Please sign in to comment.