OP | MNEMONIC/DESCRIPTION | COMMAND/ACKNOWLEDGEMENT | |
CODE |
|
|
|
(HEX) |
|
|
|
|
|
| |
A5 | SPCDEF | COMMAND: A5xCxDx<CR> | |
| Define where SHIFT, CONTROL, | A5 | = Op Code |
| and ALTERNATE keys are located | x | = 1 right shift |
| on auxiliary keyboard. |
| = 2 left shift |
|
|
| = 3 right control |
|
|
| = 4 left control |
|
|
| = 5 right alternate |
|
|
| = 6 left alternate |
|
| Cx | = key number |
|
|
| (refer to Appendix D) |
|
| Dx | = key number |
|
|
| (refer to Appendix D) |
|
| <CR> | = terminate command (0D hex) |
|
| ACKNOWLEDGEMENT: NONE | |
|
|
| |
A6 | CLICKED | COMMAND: A6x<CR> | |
| Turns keyboard key audible click on | A6 | = Op Code |
| or off. | x | 0 = off |
|
|
| 1 = on |
|
| <CR> | = terminate command (0D hex) |
|
| ACKNOWLEDGEMENT: NONE | |
|
|
| |
A7 | NVBDRD | COMMAND: A7hhhm<CR> | |
| Read a database register. | A7 | = Op Code |
|
| hhh | = 3 character address representing |
|
|
| the register to read range "000" to |
|
|
| "7FF" in ASCII |
|
| m | = mode to read in |
|
|
| 0 = string mode up to null |
|
|
| 1 = raw mode |
|
|
| read as CxDx (16 bytes) |
|
| <CR> | = terminate command (0D hex) |
|
| ACKNOWLEDGEMENT: NONE | |
|
|
|
|
42