Add 0x10200 to each address given for the hex address. CC stuff seems to end with (JMP $8754) a lot. The 0x numbers are what addresses are loaded in the JMP $xxxx column. In some CCs these contain more comparisons. SET 1. CC-comparison level SET 2. Pointer load based on which CC SET 3. The actual CC; may do work here, or continue with more comparisons. If comparisons, the pointer loading is included here SET 4. The stuff that actually DOES something, presumably (only with comparisons at SET 3) 1 2 3/4 5 . 00 = C1/891E: 4C 04 8A JMP $8A04 | 0x43AB1 0x43B14 | 0x 01 = C1/8926: 4C 0B 8A JMP $8A0B | 0x106B5 0x106D7 | 0x 02 = C1/892E: 4C 0A 8B JMP $8B0A | *** SPECIAL CASE *** 03 = C1/8936: 4C 1D 8A JMP $8A1D | 0x10366 0x104CF | 0x 04 = C1/893E: 4C 29 8A JMP $8A29 | 0x14465 0x144AC | 0x 05 = C1/8946: 4C 31 8A JMP $8A31 | 0x144AD 0x144F4 | 0x 06 = C1/894E: 4C 39 8A JMP $8A39 | 0x144F5 0x1455E | 0x 07 = C1/8956: 4C 41 8A JMP $8A41 | 0x1455F 0x145B7 | 0x 08 = C1/895E: 4C 49 8A JMP $8A49 | 0x145D6 0x146A2 | 0x 09 = C1/8966: 4C 51 8A JMP $8A51 | 0x143D0 0x14464 | 0x 0A = C1/896E: 4C 59 8A JMP $8A59 | 0x14303 0x143CF | 0x 0B = C1/8976: 4C 61 8A JMP $8A61 | 0x14758 0x14790 | 0x 0C = C1/897E: 4C 69 8A JMP $8A69 | 0x14791 0x147C9 | 0x 0D = C1/8986: 4C 71 8A JMP $8A71 | 0x147EF 0x14819 | 0x 0E = C1/898E: 4C 79 8A JMP $8A79 | 0x1481A 0x1483A | 0x 0F = C1/8996: 4C 81 8A JMP $8A81 | 0x1062E 0x10642 | 0x 10 = C1/899E: 4C 87 8A JMP $8A87 | 0x150AB 0x150B4 | 0x 11 = C1/89A6: 4C 8F 8A JMP $8A8F | 0x11B6A 0x12159 | 0x 12 = C1/89AE: 4C AA 8A JMP $8AAA | 0x10DD3 0x10DF7 | 0x 13 = C1/89B6: 4C B0 8A JMP $8AB0 | 0x10366 0x104CF | 0x 14 = C1/89BE: 4C BA 8A JMP $8ABA | 0x10366 0x104CF | 0x 18 = C1/89C6: 4C C4 8A JMP $8AC4 | 0x17B0B 0x17BA9 | 0x 19 = C1/89CE: 4C CC 8A JMP $8ACC | 0x17BAA 0x17D55 | 0x 1A = C1/89D6: 4C D4 8A JMP $8AD4 | 0x17D56 0x17E35 | 0x 1B = C1/89DE: 4C DC 8A JMP $8ADC | 0x17E36 0x17F93 | 0x 1C = C1/89E6: 4C E4 8A JMP $8AE4 | 0x17F94 0x18110 | 0x 1D = C1/89EE: 4C EC 8A JMP $8AEC | 0x18111 0x1831E | 0x 1E = C1/89F6: 4C F4 8A JMP $8AF4 | 0x1831F 0x183BA | 0x 1F = C1/89FE: 4C FC 8A JMP $8AFC | 0x183BB 0x1886C | 0x ************* [18] ANALYSIS ************* 00 through 0A 0D ************* [19] ANALYSIS ************* 02 04 and 05 10 and 11 14 16 18 through 28 ************* [1A] ANALYSIS ************* 00 and 01 04 through 0B ************* [1B] ANALYSIS ************* 00 through 06 ************* [1C] ANALYSIS ************* 00 through 15 ************* [1D] ANALYSIS ************* 00 through 15 17 through 19 20 through 24 ************* [1E] ANALYSIS ************* 00 through 0E ************* [1F] ANALYSIS ************* 00 through 07 11 through 21 23 30 and 31 40 and 41 50 through 52 60 through 69 71 81 83 90 A0 through A2 B0 C0 D0 through D3 E1 E4 through F4