15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// found in the LICENSE file.
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)//  Accepts all other UTF-8 codes 0000..10FFFF
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)//  Space optimized
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// ** ASSUMES INPUT IS STRUCTURALLY VALID UTF-8 **
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)//  Table entries are absolute statetable subscripts
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#ifndef EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__
115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#include "encodings/compact_lang_det/win/cld_utf8statetable.h"
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define X__ (kExitIllegalStructure)
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define RJ_ (kExitReject)
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S1_ (kExitReplace1)
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S2_ (kExitReplace2)
195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S3_ (kExitReplace3)
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S21 (kExitReplace21)
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S31 (kExitReplace31)
225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S32 (kExitReplace32)
235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define T1_ (kExitReplaceOffset1)
245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define T2_ (kExitReplaceOffset2)
255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define S11 (kExitReplace1S0)
265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define SP_ (kExitSpecial)
275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define D__ (kExitDoAgain)
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#define RJA (kExitRejectAlt)
295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)//  Entire table has 180 state blocks of 64 entries each
315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_STATE0 = 0;		// state[0]
335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_STATE0_SIZE = 64;	// =[1]
345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_TOTAL_SIZE = 11520;
355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_MAX_EXPAND_X4 = 0;
365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_SHIFT = 6;
375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_BYTES = 1;
385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_LOSUB = 0x27272727;
395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned int utf8scannotjustletterspecial_HIADD = 0x44444444;
405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const uint8 utf8scannotjustletterspecial[] = {
425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[0] 0x000000 Byte 1
435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,RJ_,  0,RJ_,  0,
475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,  6,  7,  8,  8,  8,  8,   8,  8,  8,  9,  8, 10, 11, 12,
595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8, 13,  8, 14, 15, 16, 17,  18, 19,  8, 20, 21, 22, 23, 24,
605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) 25, 54, 92,106,113,115,115,115, 115,116,118,115,115,123,  2,125,
615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)142,  4,  4,175,  5,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[4 - 2] 0x00e000 Byte 2 of 3
645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[5 - 2] 0x000800 Byte 3 of 3
705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[6 - 2] 0x040000 Byte 2 of 4
765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[7 - 2] 0x100000 Byte 2 of 4
825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[8 - 2] 0x000080 Byte 2 of 2
885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,RJ_,  0,  0,  0,  0,  0,
915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,  0,  0,   0,  0,RJ_,  0,  0,  0,  0,  0,
925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[9 - 2] 0x0000c0 Byte 2 of 2
945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[10 - 2] 0x000100 Byte 2 of 2
1005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[11 - 2] 0x0002c0 Byte 2 of 2
1065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,RJ_,  0,
1095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[12 - 2] 0x000340 Byte 2 of 2
1125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
1165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[13 - 2] 0x000380 Byte 2 of 2
1185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,RJ_,  0, RJ_,RJ_,RJ_,  0,RJ_,  0,RJ_,RJ_,
1195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[14 - 2] 0x0003c0 Byte 2 of 2
1245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
1255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[15 - 2] 0x000480 Byte 2 of 2
1305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[16 - 2] 0x000500 Byte 2 of 2
1365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[17 - 2] 0x000540 Byte 2 of 2
1425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,RJ_,  0,  0,  0,  0,  0,  0,
1445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[18 - 2] 0x000580 Byte 2 of 2
1485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
1495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,
1525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[19 - 2] 0x0005c0 Byte 2 of 2
1545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,  0,RJ_,RJ_,  0,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
1555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
1575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[20 - 2] 0x000600 Byte 2 of 2
1605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
1645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[21 - 2] 0x000640 Byte 2 of 2
1665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
1685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,RJ_,RJ_,
1695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[22 - 2] 0x0006c0 Byte 2 of 2
1725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
1745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,RJ_,RJ_,RJ_,  0,  0,RJ_,
1765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[23 - 2] 0x000700 Byte 2 of 2
1785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[24 - 2] 0x000740 Byte 2 of 2
1845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,
1855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
1875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[25 - 2] 0x000780 Byte 2 of 2
1905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
1945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
1955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[26 - 2] 0x0007c0 Byte 2 of 2
1965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
1995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,RJ_,  0,  0,  0,  0,  0,
2005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[27 - 2] 0x000000 Byte 2 of 3
2025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
2035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
2045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3, 26, 27, 28, 29,  30, 31, 32, 33, 34, 35, 36, 37,
2055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) 38, 39, 40, 41, 42, 43, 44, 45,  46, 47, 48, 49, 50, 51, 52, 53,
2065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[28 - 2] 0x000900 Byte 3 of 3
2085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,
2125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[29 - 2] 0x000940 Byte 3 of 3
2145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
2155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,
2185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[30 - 2] 0x000980 Byte 3 of 3
2205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_,
2215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,  0,  0,  0,RJ_,RJ_, RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,
2245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[31 - 2] 0x0009c0 Byte 3 of 3
2265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_, RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,  0,
2275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,RJ_,   0,  0,  0,  0,RJ_,RJ_,  0,RJ_,
2285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[32 - 2] 0x000a00 Byte 3 of 3
2325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,RJ_,
2335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,  0,RJ_,RJ_,  0, RJ_,RJ_,  0,  0,RJ_,  0,RJ_,RJ_,
2365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[33 - 2] 0x000a40 Byte 3 of 3
2385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,  0,  0,RJ_, RJ_,  0,  0,RJ_,RJ_,RJ_,  0,  0,
2395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0,
2405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[34 - 2] 0x000a80 Byte 3 of 3
2445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,
2455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,
2485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[35 - 2] 0x000ac0 Byte 3 of 3
2505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_, RJ_,RJ_,  0,RJ_,RJ_,RJ_,  0,  0,
2515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[36 - 2] 0x000b00 Byte 3 of 3
2565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_,
2575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,
2605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[37 - 2] 0x000b40 Byte 3 of 3
2625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,RJ_, RJ_,  0,  0,RJ_,RJ_,RJ_,  0,  0,
2635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,RJ_,RJ_,   0,  0,  0,  0,RJ_,RJ_,  0,RJ_,
2645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[38 - 2] 0x000b80 Byte 3 of 3
2685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,RJ_,RJ_,
2695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,RJ_,RJ_,  0,RJ_,  0,RJ_,RJ_,
2705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,RJ_,RJ_,  0,  0,  0, RJ_,RJ_,RJ_,  0,  0,  0,RJ_,RJ_,
2715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,RJ_,RJ_,
2725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[39 - 2] 0x000bc0 Byte 3 of 3
2745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,  0,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
2755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
2765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[40 - 2] 0x000c00 Byte 3 of 3
2805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
2815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,RJ_,RJ_,
2845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[41 - 2] 0x000c40 Byte 3 of 3
2865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
2875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
2905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[42 - 2] 0x000c80 Byte 3 of 3
2925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
2935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
2955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,
2965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
2975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[43 - 2] 0x000cc0 Byte 3 of 3
2985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
2995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,RJ_,  0,
3005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[44 - 2] 0x000d00 Byte 3 of 3
3045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
3055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,RJ_,RJ_,
3085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[45 - 2] 0x000d40 Byte 3 of 3
3105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
3115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
3125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[46 - 2] 0x000d80 Byte 3 of 3
3165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0,  0,
3205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[47 - 2] 0x000dc0 Byte 3 of 3
3225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,  0,RJ_,  0,  0,  0,  0,RJ_,
3235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[48 - 2] 0x000e00 Byte 3 of 3
3285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
3325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[49 - 2] 0x000e40 Byte 3 of 3
3345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
3355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[50 - 2] 0x000e80 Byte 3 of 3
3405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,  0,RJ_,  0,  0,RJ_, RJ_,  0,RJ_,  0,  0,RJ_,  0,  0,
3415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,RJ_,RJ_,RJ_,RJ_,   0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,  0,RJ_,  0,RJ_,   0,  0,RJ_,RJ_,  0,RJ_,RJ_,RJ_,
3435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,RJ_,RJ_,RJ_,  0,  0,
3445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[51 - 2] 0x000ec0 Byte 3 of 3
3465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
3475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,RJ_,RJ_,  0,  0,
3485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[52 - 2] 0x000f00 Byte 3 of 3
3525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
3545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,  0,RJ_,   0,RJ_,  0,  0,  0,  0,RJ_,RJ_,
3565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[53 - 2] 0x000f40 Byte 3 of 3
3585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
3615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[54 - 2] 0x000f80 Byte 3 of 3
3645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
3655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
3685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[55 - 2] 0x000fc0 Byte 3 of 3
3705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[56 - 2] 0x001000 Byte 2 of 3
3765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) 55, 56, 57, 58,  8, 59, 60, 61,   8, 62, 63, 64, 65, 66, 67, 68,
3775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) 69,  8,  8,  8,  8,  8,  8,  8,   8, 70, 71, 72, 73, 74, 75, 76,
3785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) 77, 78, 79,  3, 80, 81, 82, 83,  84,  3,  3,  3,  8, 85,  3,  3,
3795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  8,  8,  8, 86,   8,  8, 87, 61, 88, 89, 90, 91,
3805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[57 - 2] 0x001000 Byte 3 of 3
3825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,   0,RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,
3855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,  0,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
3865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[58 - 2] 0x001040 Byte 3 of 3
3885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
3905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[59 - 2] 0x001080 Byte 3 of 3
3945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
3965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
3985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
3995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[60 - 2] 0x0010c0 Byte 3 of 3
4005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,RJ_,  0,  0,  0,
4045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[61 - 2] 0x001140 Byte 3 of 3
4065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,RJ_,
4085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[62 - 2] 0x001180 Byte 3 of 3
4125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,  0,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[63 - 2] 0x0011c0 Byte 3 of 3
4185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
4225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[64 - 2] 0x001240 Byte 3 of 3
4245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
4255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
4265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[65 - 2] 0x001280 Byte 3 of 3
4305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
4315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
4345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[66 - 2] 0x0012c0 Byte 3 of 3
4365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[67 - 2] 0x001300 Byte 3 of 3
4425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[68 - 2] 0x001340 Byte 3 of 3
4485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,RJ_,
4505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[69 - 2] 0x001380 Byte 3 of 3
4545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[70 - 2] 0x0013c0 Byte 3 of 3
4605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[71 - 2] 0x001400 Byte 3 of 3
4665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[72 - 2] 0x001640 Byte 3 of 3
4725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_,
4755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[73 - 2] 0x001680 Byte 3 of 3
4785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
4805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[74 - 2] 0x0016c0 Byte 3 of 3
4845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
4875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[75 - 2] 0x001700 Byte 3 of 3
4905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
4915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
4955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[76 - 2] 0x001740 Byte 3 of 3
4965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
4975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
4985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
4995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[77 - 2] 0x001780 Byte 3 of 3
5025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[78 - 2] 0x0017c0 Byte 3 of 3
5085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,RJ_,   0,  0,  0,  0,RJ_,RJ_,  0,  0,
5105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[79 - 2] 0x001800 Byte 3 of 3
5145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,RJ_,RJ_,RJ_,  0,  0,
5155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[80 - 2] 0x001840 Byte 3 of 3
5205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
5245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[81 - 2] 0x001880 Byte 3 of 3
5265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
5295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[82 - 2] 0x001900 Byte 3 of 3
5325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
5345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
5355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
5365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[83 - 2] 0x001940 Byte 3 of 3
5385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
5415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[84 - 2] 0x001980 Byte 3 of 3
5445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
5475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[85 - 2] 0x0019c0 Byte 3 of 3
5505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
5515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[86 - 2] 0x001a00 Byte 3 of 3
5565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
5585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[87 - 2] 0x001b40 Byte 3 of 3
5625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
5635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,
5655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[88 - 2] 0x001dc0 Byte 3 of 3
5685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
5695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
5715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,RJ_,RJ_,
5725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[89 - 2] 0x001e80 Byte 3 of 3
5745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
5765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[90 - 2] 0x001f00 Byte 3 of 3
5805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
5825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[91 - 2] 0x001f40 Byte 3 of 3
5865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
5875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,RJ_,  0,RJ_,  0,RJ_,  0,RJ_,
5885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
5905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[92 - 2] 0x001f80 Byte 3 of 3
5925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
5955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0,
5965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
5975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[93 - 2] 0x001fc0 Byte 3 of 3
5985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
5995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
6005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
6015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
6025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[94 - 2] 0x002000 Byte 2 of 3
6045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3, 93, 94, 95, 96, 97, 98,  3,   3,  3,  3,  3,  3,  3,  3,  3,
6055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
6065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
6075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) 99,100,  8,101,102,103,104,105,   3,  3,  3,  3,  3,  3,  3,  3,
6085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[95 - 2] 0x002040 Byte 3 of 3
6105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,RJ_,
6145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[96 - 2] 0x002080 Byte 3 of 3
6165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[97 - 2] 0x0020c0 Byte 3 of 3
6225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[98 - 2] 0x002100 Byte 3 of 3
6285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,  0,  0,  0,  0,RJ_,   0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0,  0,   0,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
6305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,RJ_,  0,RJ_,  0, RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,RJ_,
6315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,RJ_,
6325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[99 - 2] 0x002140 Byte 3 of 3
6345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,RJ_,  0,
6355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[100 - 2] 0x002180 Byte 3 of 3
6405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[101 - 2] 0x002c00 Byte 3 of 3
6465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
6495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[102 - 2] 0x002c40 Byte 3 of 3
6525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
6545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
6555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
6565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[103 - 2] 0x002cc0 Byte 3 of 3
6585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[104 - 2] 0x002d00 Byte 3 of 3
6645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[105 - 2] 0x002d40 Byte 3 of 3
6705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,  0,  0,  0,  0,RJ_,
6735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[106 - 2] 0x002d80 Byte 3 of 3
6765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
6795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
6805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[107 - 2] 0x002dc0 Byte 3 of 3
6825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
6835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
6845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[108 - 2] 0x003000 Byte 2 of 3
6885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)107, 69,108,109,110,  8,111,112,   3,  3,  3,  3,  3,  3,  3,  3,
6895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
6905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
6915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
6925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[109 - 2] 0x003000 Byte 3 of 3
6945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
6965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
6975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,RJ_,RJ_,  0,  0,  0,
6985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
6995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[110 - 2] 0x003080 Byte 3 of 3
7005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[111 - 2] 0x0030c0 Byte 3 of 3
7065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,
7105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[112 - 2] 0x003100 Byte 3 of 3
7125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
7155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[113 - 2] 0x003180 Byte 3 of 3
7185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
7195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
7225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[114 - 2] 0x0031c0 Byte 3 of 3
7245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[115 - 2] 0x004000 Byte 2 of 3
7305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,114,  3,   8,  8,  8,  8,  8,  8,  8,  8,
7345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[116 - 2] 0x004d80 Byte 3 of 3
7365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[117 - 2] 0x005000 Byte 2 of 3
7425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[118 - 2] 0x009000 Byte 2 of 3
7485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,117,  3,
7525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[119 - 2] 0x009f80 Byte 3 of 3
7545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
7585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[120 - 2] 0x00a000 Byte 2 of 3
7605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,119,  3,  3,  3,  3,  3,   3,  3,  3,  3,120,  3,  3,  3,
7625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)121,122,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
7635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[121 - 2] 0x00a480 Byte 3 of 3
7665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
7675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[122 - 2] 0x00a700 Byte 3 of 3
7725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
7745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[123 - 2] 0x00a800 Byte 3 of 3
7785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
7815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[124 - 2] 0x00a840 Byte 3 of 3
7845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[125 - 2] 0x00d000 Byte 2 of 3
7905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
7915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,124,  3,
7925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
7935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
7945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
7955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[126 - 2] 0x00d780 Byte 3 of 3
7965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
7985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
7995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[127 - 2] 0x00f000 Byte 2 of 3
8025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
8035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
8045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  8,  8,  8,  8, 126,127,  8,128,129,130, 23,131,
8055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,132, 21,133,134, 135,136,  8,137,138,139,140,141,
8065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[128 - 2] 0x00fa00 Byte 3 of 3
8085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
8115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[129 - 2] 0x00fa40 Byte 3 of 3
8145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
8175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[130 - 2] 0x00fac0 Byte 3 of 3
8205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
8225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[131 - 2] 0x00fb00 Byte 3 of 3
8265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,RJ_,RJ_,RJ_,
8285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0,
8305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[132 - 2] 0x00fb40 Byte 3 of 3
8325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,  0,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[133 - 2] 0x00fbc0 Byte 3 of 3
8385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[134 - 2] 0x00fd00 Byte 3 of 3
8445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
8485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[135 - 2] 0x00fd80 Byte 3 of 3
8505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[136 - 2] 0x00fdc0 Byte 3 of 3
8565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,  0,  0,  0,  0,  0,  0,
8575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
8605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[137 - 2] 0x00fe00 Byte 3 of 3
8625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[138 - 2] 0x00fe40 Byte 3 of 3
8685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[139 - 2] 0x00fec0 Byte 3 of 3
8745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,  0,
8785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[140 - 2] 0x00ff00 Byte 3 of 3
8805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
8825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
8845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[141 - 2] 0x00ff40 Byte 3 of 3
8865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
8885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[142 - 2] 0x00ff80 Byte 3 of 3
8925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
8965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
8975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[143 - 2] 0x00ffc0 Byte 3 of 3
8985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
8995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,   0,  0,RJ_,RJ_,RJ_,  0,  0,  0,
9005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[144 - 2] 0x000000 Byte 2 of 4
9045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)X__,X__,X__,X__,X__,X__,X__,X__, X__,X__,X__,X__,X__,X__,X__,X__,
9055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)143,  2,155,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,157,  2,  2,
9065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)115,115,115,115,115,115,115,115, 115,115,172,  2,  2,  2,  2,174,
9075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
9085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[145 - 2] 0x010000 Byte 3 of 4
9105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)144,145,  8,146,  3,  3,  3,  3,   3,  3,  3,  3,147,148,149,150,
9115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,151,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)152,  3,  3,  3,153,  3,  3,  3, 154,  3,  3,  3,  3,  3,  3,  3,
9135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[146 - 2] 0x010000 Byte 4 of 4
9165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_,
9175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,RJ_,RJ_,  0,RJ_,
9205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[147 - 2] 0x010040 Byte 4 of 4
9225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
9235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
9245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[148 - 2] 0x0100c0 Byte 4 of 4
9285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,
9325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[149 - 2] 0x010300 Byte 4 of 4
9345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
9365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[150 - 2] 0x010340 Byte 4 of 4
9405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,  0,  0,  0,
9415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[151 - 2] 0x010380 Byte 4 of 4
9465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
9485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[152 - 2] 0x0103c0 Byte 4 of 4
9525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[153 - 2] 0x010480 Byte 4 of 4
9585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,
9605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[154 - 2] 0x010800 Byte 4 of 4
9645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_, RJ_,  0,  0,  0,RJ_,  0,  0,RJ_,
9685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[155 - 2] 0x010900 Byte 4 of 4
9705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[156 - 2] 0x010a00 Byte 4 of 4
9765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,  0,   0,  0,  0,  0,RJ_,RJ_,RJ_,RJ_,
9775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_,   0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0, RJ_,RJ_,RJ_,  0,  0,  0,  0,RJ_,
9805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[157 - 2] 0x012000 Byte 3 of 4
9825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,156,  3,  3,
9835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[158 - 2] 0x012340 Byte 4 of 4
9885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
9905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
9915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
9925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[159 - 2] 0x01d000 Byte 3 of 4
9945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,158,159,  3,   3,160,  3,  3,  3,  3,  3,  3,
9955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,161,162,163,164,165,  8,  8,   8,  8,166,167,168,169,170,171,
9965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
9985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
9995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[160 - 2] 0x01d140 Byte 4 of 4
10005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,RJ_,RJ_,RJ_, RJ_,RJ_,  0,  0,  0,RJ_,RJ_,RJ_,
10035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,  0,  0,  0,   0,  0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,
10045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[161 - 2] 0x01d180 Byte 4 of 4
10065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
10075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,RJ_,RJ_,RJ_,RJ_,  0,  0,
10095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[162 - 2] 0x01d240 Byte 4 of 4
10125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,RJ_,RJ_,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[163 - 2] 0x01d440 Byte 4 of 4
10185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[164 - 2] 0x01d480 Byte 4 of 4
10245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
10265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,RJ_,  0,  0,RJ_,RJ_,  0,   0,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
10275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,RJ_,  0,RJ_,RJ_,RJ_,
10285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[165 - 2] 0x01d4c0 Byte 4 of 4
10305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[166 - 2] 0x01d500 Byte 4 of 4
10365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_, RJ_,RJ_,RJ_,  0,  0,RJ_,RJ_,RJ_,
10375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_,
10385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,  0,
10405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[167 - 2] 0x01d540 Byte 4 of 4
10425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,  0,   0,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[168 - 2] 0x01d680 Byte 4 of 4
10485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,  0, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[169 - 2] 0x01d6c0 Byte 4 of 4
10545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,
10565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_,
10585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[170 - 2] 0x01d700 Byte 4 of 4
10605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,  0,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[171 - 2] 0x01d740 Byte 4 of 4
10665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
10675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,
10695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[172 - 2] 0x01d780 Byte 4 of 4
10725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,  0,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[173 - 2] 0x01d7c0 Byte 4 of 4
10785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,  0,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,  0,  0,  0,  0,
10795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[174 - 2] 0x02a000 Byte 3 of 4
10845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,  8,  8,  8,  8,  8,
10855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8,   8,  8,  8,173,  3,  3,  3,  3,
10865821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
10875821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
10885821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10895821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[175 - 2] 0x02a6c0 Byte 4 of 4
10905821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
10915821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10925821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10935821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
10945821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
10955821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[176 - 2] 0x02f000 Byte 3 of 4
10965821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
10975821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
10985821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  8,  8,  8,  8,  8,  8,  8,  8, 151,  3,  3,  3,  3,  3,  3,  3,
10995821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
11005821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11015821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[177 - 2] 0x0c0000 Byte 2 of 4
11025821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
11035821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
11045821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)176,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
11055821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  2,  2,  2,  2,  2,  2,  2,  2,   2,  2,  2,  2,  2,  2,  2,  2,
11065821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11075821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[178 - 2] 0x0e0000 Byte 3 of 4
11085821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  8,  8,  8,177,   3,  3,  3,  3,  3,  3,  3,  3,
11095821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
11105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
11115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  3,  3,  3,  3,  3,  3,  3,  3,   3,  3,  3,  3,  3,  3,  3,  3,
11125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// state[179 - 2] 0x0e01c0 Byte 4 of 4
11145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
11155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
11165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_, RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,RJ_,
11175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0,  0,  0,  0,  0,
11185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)};
11205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Remap base[0] = (del, add, string_offset)
11225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const RemapEntry utf8scannotjustletterspecial_remap_base[] = {
11235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles){0,0,0} };
11245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Remap string[0]
11265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned char utf8scannotjustletterspecial_remap_string[] = {
11275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0 };
11285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const unsigned char utf8scannotjustletterspecial_fast[256] = {
11305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
11315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
11325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0,0,0,0,0,0,1,0, 0,0,0,0,0,0,0,0,
11335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0,0,0,0,0,0,0,0, 0,0,0,0,1,0,1,0,
11345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11355821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,0,0,0,0,0,
11375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11385821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,0,0,0,0,0,
11395821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11405821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11415821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11425821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11435821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11445821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11455821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11465821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11475821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11485821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
11495821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11505821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)};
11515821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11525821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)static const UTF8ScanObj utf8scannotjustletterspecial_obj = {
11535821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_STATE0,
11545821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_STATE0_SIZE,
11555821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_TOTAL_SIZE,
11565821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_MAX_EXPAND_X4,
11575821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_SHIFT,
11585821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_BYTES,
11595821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_LOSUB,
11605821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_HIADD,
11615821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial,
11625821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_remap_base,
11635821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_remap_string,
11645821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)  utf8scannotjustletterspecial_fast
11655821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)};
11665821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11675821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11685821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef X__
11695821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef RJ_
11705821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S1_
11715821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S2_
11725821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S3_
11735821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S21
11745821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S31
11755821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S32
11765821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef T1_
11775821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef T2_
11785821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef S11
11795821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef SP_
11805821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef D__
11815821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#undef RJA
11825821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11835821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Table has 11776 bytes, Hash = 395A-230B
11845821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
11855821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#endif  // EXPERIMENTAL_USERS_DSITES_LANGDET_UTF8SCANNOTJUSTLETTERSPECIAL_H__
1186