The
Hex Display Board |
Set the base
address of the board to ABxxxx and power up the system. |
Type BA<CR> at
the SYS> command prompt to launch BASIC. |
|
|
Display
Tests |
|
Type: POKE $AB0000,$12<CR> |
Results in:
12------ on the Hex Display |
|
Type: POKE
$AB0001,$34<CR> |
Results in:
1234---- on the Hex Display |
|
Type: POKE
$AB0002,$56<CR> |
Results in:
123456-- on the Hex Display |
|
Type: POKE
$AB0003,$78<CR> |
Results in:
12345678 on the Hex Display |
|
|