Skip to content

Commit cf8f906

Browse files
committed
Improve abnormalcode explanation
1 parent 7a2a2b2 commit cf8f906

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,17 @@ Here is an extreme example.
437437
9 PRINT "pre-tokenized GOTO10.BA."
438438
```
439439

440-
To run this on a Model 100, download
441-
[GOTO10.BA](https://github.com/hackerb9/tokenize/raw/main/degenerate/GOTO10.BA)
442-
which was created using m100-tokenizer.
440+
To run this on a Model 100, one must download the tokenized BASIC file,
441+
[GOTO10.BA](https://github.com/hackerb9/tokenize/raw/main/degenerate/GOTO10.BA),
442+
which is created from
443+
[GOTO10.DO](https://github.com/hackerb9/tokenize/raw/main/degenerate/GOTO10.DO)
444+
like so:
443445

444-
</ul></details>
446+
``` bash
447+
m100-tokenize GOTO10.DO
448+
```
449+
450+
</ul></details> <!-- Abnormal code -->
445451

446452

447453
## Machine compatibility
@@ -513,7 +519,7 @@ github release or run `make cfiles`.
513519

514520
## Miscellaneous notes
515521

516-
* Tokenized BASIC files are binary files, not ASCII and as such cannot
522+
c* Tokenized BASIC files are binary files, not ASCII and as such cannot
517523
be transferred easily using the builtin TELCOM program or the `LOAD
518524
"COM:"` or `SAVE "COM:"` commands. Instead, one must use a program
519525
such as [TEENY](https://youtu.be/H0xx9cOe97s) which can transfer

0 commit comments

Comments
 (0)