1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-16 15:30:26 +00:00

Fix test which is misleading due to the way the appliance works.

This commit is contained in:
Chris Pressey 2018-05-08 12:14:30 +01:00
parent 9b1d71a73e
commit 8091c45a9a

View File

@ -220,9 +220,7 @@ Initialized byte table, initialized with list of byte values.
Initialized word table, initialized with list of word values. Initialized word table, initialized with list of word values.
FIXME wait, is this not a word table[4]? | word table[4] message : 65535, 0, 127, 127
| word table[8] message : 65535, 0, 127
| |
| routine main | routine main
| { | {
@ -234,7 +232,7 @@ FIXME wait, is this not a word table[4]?
= $0811 BRK = $0811 BRK
= $0812 .byte $7F = $0812 .byte $7F
= $0813 BRK = $0813 BRK
= $0814 BRK = $0814 .byte $7F
= $0815 BRK = $0815 BRK
Some instructions. Some instructions.