@@ -79,7 +79,8 @@ see them as text documents.
79
79
| Olivetti M10 | ` .M10.DO ` | ` .B10 ` , ` .M10.BA ` |
80
80
| Kyocera Kyotronic-85 | ` .KYO.DO ` | ` .B85 ` , ` .KYO.BA ` |
81
81
82
- The primary two filename extensions are:
82
+ The primary two filename extensions are:
83
+
83
84
* ** ` .DO ` ** This is the extension the Model 100 uses for plain text
84
85
BASIC files, but in general can mean any ASCII text document with
85
86
CRLF[ ^ 2 ] line endings.
@@ -90,13 +91,13 @@ see them as text documents.
90
91
files had to be renamed to .DO before downloading to a Model 100.
91
92
92
93
93
- BASIC programs that use ` PEEK ` , ` POKE ` , or ` CALL ` typically only
94
- work on one specific model of portable computer, even when the BASIC
95
- language and tokenization is identical. The only two models which
96
- have the same memory map are the Model 100 and and Tandy 102. Using
97
- POKE or CALL on the wrong model can crash badly, possibly losing
98
- files. To avoid this, when sharing BASIC programs over the network,
99
- filename extensions can indicate which model a program will work on:
94
+ BASIC programs that use ` PEEK ` , ` POKE ` , or ` CALL ` typically only work
95
+ on one specific model of portable computer, even when the BASIC
96
+ language and tokenization is identical. The only two models which have
97
+ the same memory map are the Model 100 and and Tandy 102. Using POKE or
98
+ CALL on the wrong model can crash badly, possibly losing files. To
99
+ avoid this, when sharing BASIC programs over the network, filename
100
+ extensions can indicate which model a program will work on:
100
101
101
102
* ` .100 ` An ASCII BASIC file that includes POKEs or CALLs specific
102
103
to the Model 100 or Tandy 102.
@@ -109,15 +110,14 @@ see them as text documents.
109
110
* ` .BA0 ` (or ` .NEC.BA ` ) A tokenized BASIC file specific to the NEC
110
111
portables.
111
112
112
- It is not yet clear what extensions are used to denote the
113
- Kyotronic-85 and M10. Hackerb9 suggests:
114
-
115
- * ` .KYO ` or ` .KYO.DO ` An ASCII BASIC file that includes POKEs or
116
- CALLs specific to the Kyocera Kyotronic-85.
117
- * ` .M10 ` or ` .M10.DO ` An ASCII BASIC file specific to the Olivetti M10.
113
+ It is not yet clear what extensions are used to denote the
114
+ Kyotronic-85 and M10. Hackerb9 suggests:
118
115
119
- * ` .B85 ` or ` .KYO.BA ` A tokenized BASIC file specific to the Kyotronic-85.
120
- * ` .B10 ` or ` .M10.BA ` A tokenized BASIC file specific to the M10.
116
+ * ` .KYO ` or ` .KYO.DO ` An ASCII BASIC file that includes POKEs or
117
+ CALLs specific to the Kyocera Kyotronic-85.
118
+ * ` .M10 ` or ` .M10.DO ` An ASCII BASIC file specific to the Olivetti M10.
119
+ * ` .B85 ` or ` .KYO.BA ` A tokenized BASIC file specific to the Kyotronic-85.
120
+ * ` .B10 ` or ` .M10.BA ` A tokenized BASIC file specific to the M10.
121
121
122
122
</ul ></details > <!-- Filename extensions -->
123
123
0 commit comments