Commit cf8f906 1 parent 7a2a2b2 commit cf8f906 Copy full SHA for cf8f906
File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -437,11 +437,17 @@ Here is an extreme example.
437
437
9 PRINT "pre-tokenized GOTO10.BA."
438
438
```
439
439
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:
443
445
444
- </ul ></details >
446
+ ``` bash
447
+ m100-tokenize GOTO10.DO
448
+ ```
449
+
450
+ </ul ></details > <!-- Abnormal code -->
445
451
446
452
447
453
## Machine compatibility
@@ -513,7 +519,7 @@ github release or run `make cfiles`.
513
519
514
520
## Miscellaneous notes
515
521
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
517
523
be transferred easily using the builtin TELCOM program or the `LOAD
518
524
"COM:"` or ` SAVE "COM:"` commands. Instead, one must use a program
519
525
such as [ TEENY] ( https://youtu.be/H0xx9cOe97s ) which can transfer
You can’t perform that action at this time.
0 commit comments