Skip to content

Commit f9218bf

Browse files
committed
Fix some typo
1 parent 3fa7f6d commit f9218bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

E000.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Assigns the length and the address of filename for a I/O operation
167167

168168
* .A must contain the length of the filename
169169
* .X must contain the lo-byte of the address of the first character of the filename
170-
* .T must contain the hi-byte of the address of the first character of the filename
170+
* .Y must contain the hi-byte of the address of the first character of the filename
171171

172172
If no name is used for this operation, load .A with 0 so .X .Y are irrelevant.
173173

@@ -183,12 +183,12 @@ Loads or verifies a program file from tape or disk into a specified area of memo
183183

184184
* JSETLFS at [$FFBA](#FFBA) must be called to establish device number and the secondary address.
185185
* JSETNAM at [$FFBD](#FFBD) must be called to specify the length and the address of the filename
186-
* JSETBKN at [$FF68](#FF68) must be called to specify the bank number where the filename can be found and the bank where the data is to be loaded
186+
* JSETBNK at [$FF68](#FF68) must be called to specify the bank number where the filename can be found and the bank where the data is to be loaded
187187
* .A must contain the operation type
188188
* 0 for load
189189
* !=0 for verify
190-
* if bit 0 of the secondary address is 0, the file will be loaded starting at the address specified in .X (lo-byte) and .Y registers (hi-byte). It's called a relocation load.
191-
* if bit 0 of the secondary address is 1, the file will be loaded at the address specified in the file itself. It's called an absolute load.
190+
* if bit 0 of the secondary address is 0, the file will be loaded starting at the address specified in .X (lo-byte) and .Y registers (hi-byte). It's called **relocation load**.
191+
* if bit 0 of the secondary address is 1, the file will be loaded at the address specified in the file itself. It's called **absolute load**.
192192

193193
### Output
194194

0 commit comments

Comments
 (0)