Chapter Three •
51) REGISTER C REQUEST |
| LD/CD |
|
|
|
|
| ||
Function: | Returns the contents of Register C. (Miscellaneous) | ||||||||
Format: | $ C |
|
|
|
|
|
|
|
|
Explanation: | Returns function switch setting data in the following format: | ||||||||
| C | C8 | C7 | C6 | C5 | C4 | C3 | C2 | C1 <C/R> |
| C1: | Repeat |
|
| 1: ON |
| 0: 0FF | ||
| C2: | Load Start |
| 1: ON |
| 0: OFF | |||
| C3: |
| 1: ON |
| 0: OFF | ||||
| C4: | Not Used |
|
|
|
|
|
| |
| C5: | Back Color Select | 1: Black |
| 0: Blue; | ||||
| C6: | TxD Terminator |
| 1: CR+LF | 0: CR | ||||
| C7: | BAUD Rate |
| 1:1200 |
| 0: 4800 | |||
| C8: | Test Mode |
| 1: ON |
| 0: OFF | |||
Execution: | * R C = 0 |
|
|
|
|
|
|
|
|
| 16R C <C/R> |
| R <C/R> |
|
|
|
| ||
| * Background color set to Black |
|
|
|
| ||||
| $ C <C/R> |
|
| C 0 0 0 1 0 0 0 0 <C/R> |
|
*Indicates that background color has been set to Black.
*R C = 16
1 R C <C/R> | R <C/R> |
* Side Repeat ON, background color set to Blue. | |
$ C <C/R> | C 0 0 0 0 0 0 0 1 <C/R> |
* Indicates Side Repeat is ON, background color set to Blue. |
52) REGISTER E REQUEST |
| LD/CD |
|
|
|
|
| ||
Function: | Returns the contents of Register E. (Repeat) |
|
| ||||||
Format: | $ E |
|
|
|
|
|
|
|
|
Explanation: | Returns function switch setting data in the following format: | ||||||||
| C | C8 | C7 | C6 | C5 | C4 | C3 | C2 | C1 <C/R> |
| C1: | Repeat |
|
| 1: ON |
| 0: 0FF | ||
| C2: | 1: ON |
| 0: OFF | |||||
Execution: | 3 RE <C/R> |
|
| R <C/R> |
|
|
|
| |
| $ E <C/R> |
|
| E 0 0 0 0 0 0 11 <CR> |
|
| |||
| * Plays through both sides of disc and repeats. |
|