From 8091c45a9a0cf1ae791ba9d71099d4f9582683cc Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Tue, 8 May 2018 12:14:30 +0100 Subject: [PATCH] Fix test which is misleading due to the way the appliance works. --- tests/SixtyPical Compilation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/SixtyPical Compilation.md b/tests/SixtyPical Compilation.md index 955e21e..1f72aad 100644 --- a/tests/SixtyPical Compilation.md +++ b/tests/SixtyPical Compilation.md @@ -220,9 +220,7 @@ Initialized byte table, initialized with list of byte values. Initialized word table, initialized with list of word values. -FIXME wait, is this not a word table[4]? - - | word table[8] message : 65535, 0, 127 + | word table[4] message : 65535, 0, 127, 127 | | routine main | { @@ -234,7 +232,7 @@ FIXME wait, is this not a word table[4]? = $0811 BRK = $0812 .byte $7F = $0813 BRK - = $0814 BRK + = $0814 .byte $7F = $0815 BRK Some instructions.