annotate level1/cmds/drvr51.asm @ 203:7dea3d77ba0b

Used symbolics for andcc/orcc
author boisy
date Mon, 15 Jul 2002 04:16:41 +0000
parents e9ce43cc215e
children 058259f5dedb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1 ********************************************************************
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
2 * drvr51 - Driver for The 51 column by 24 line video display
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
3 *
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
4 * $Id$
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
5 *
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
6 * Ed. Comments Who YY/MM/DD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
7 * ------------------------------------------------------------------
200
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
8 * 1 Original Dragon distribution version
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
11 nam drvr51
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
12 ttl Driver for The 51 column by 24 line video display
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
13
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
14 * Disassembled 02/07/06 21:17:23 by Disasm v1.6 (C) 1988 by RML
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
15
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
16 ifp1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
17 use defsfile
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
18 endc
200
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
19
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
20 tylg set Drivr+Objct
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
21 atrv set ReEnt+rev
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
22 rev set $01
200
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
23 edition set 1
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
24
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
25 mod eom,name,tylg,atrv,start,size
200
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
26
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
27 u0000 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
28 u0001 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
29 u0002 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
30 u0003 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
31 u0004 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
32 u0005 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
33 u0006 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
34 u0007 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
35 u0008 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
36 u0009 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
37 u000A rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
38 u000B rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
39 u000C rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
40 u000D rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
41 u000E rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
42 u000F rmb 8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
43 u0017 rmb 4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
44 u001B rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
45 u001D rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
46 u001E rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
47 u001F rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
48 u0020 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
49 u0021 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
50 u0022 rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
51 u0024 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
52 u0025 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
53 u0026 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
54 u0027 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
55 u0028 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
56 u0029 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
57 u002A rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
58 u002B rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
59 u002C rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
60 u002D rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
61 u002E rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
62 u002F rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
63 u0030 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
64 u0031 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
65 u0032 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
66 u0033 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
67 u0034 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
68 u0035 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
69 u0036 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
70 u0037 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
71 u0038 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
72 u0039 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
73 u003A rmb 6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
74 u0040 rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
75 u0042 rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
76 u0044 rmb 6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
77 u004A rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
78 u004B rmb 5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
79 u0050 rmb 5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
80 u0055 rmb 9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
81 u005E rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
82 u0060 rmb 9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
83 u0069 rmb 6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
84 u006F rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
85 u0070 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
86 u0071 rmb 7
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
87 u0078 rmb 6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
88 u007E rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
89 u0080 rmb 8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
90 u0088 rmb 6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
91 u008E rmb 2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
92 u0090 rmb 6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
93 u0096 rmb 3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
94 u0099 rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
95 u009A rmb 3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
96 u009D rmb 1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
97 size equ .
200
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
98
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
99 fcb $03
200
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
100
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
101 name fcs /drvr51/
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
102 fcb edition
e9ce43cc215e Made major changes to headers for consistency and identification
boisy
parents: 118
diff changeset
103
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
104 start equ *
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
105 lbra L0027
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
106 lbra L00EE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
107 lbra L011D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
108 lbra L04BE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
109 lbra L04E1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
110 lbra L009E+1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
111 L0027 pshs u,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
112 ldu <u001D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
113 ldd #$0200
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
114 os9 F$SRtMem
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
115 ldu $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
116 tst <u002C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
117 beq L0044
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
118 ldu <u002D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
119 ldd #$1800
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
120 os9 F$SRtMem
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
121 ldu $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
122 L0044 ldb #$81
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
123 leax <u001D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
124 L0049 clr ,x+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
125 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
126 bne L0049
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
127 ldd #$1900
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
128 os9 F$SRqMem
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
129 bcs L009C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
130 tfr u,d
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
131 ldu $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
132 tfr d,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
133 bita #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
134 beq L0066
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
135 leax >$0100,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
136 bra L0068
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
137 L0066 adda #$18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
138 L0068 stx <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
139 tfr d,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
140 ldd #$0100
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
141 os9 F$SRtMem
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
142 ldu $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
143 lda #$10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
144 sta <u0037,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
145 pshs cc
203
7dea3d77ba0b Used symbolics for andcc/orcc
boisy
parents: 200
diff changeset
146 orcc #IntMasks
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
147 leay >L00AD,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
148 sty >$0032
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
149 ldx #$FF00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
150 lda $03,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
151 ora #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
152 sta $03,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
153 inc >L009E,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
154 puls cc
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
155 lbsr L0475
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
156 lbsr L02C3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
157 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
158 L009C puls pc,u,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
159 L009E neg <u0034
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
160 oim #$1A,<u0050
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
161 ldx >$006B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
162 stx >$0032
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
163 puls cc
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
164 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
165 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
166 L00AD ldu >$006D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
167 ldx #$FF00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
168 lda $03,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
169 bmi L00BB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
170 jmp [>$0038]
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
171 L00BB lda $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
172 lda >$006F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
173 beq L00CB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
174 deca
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
175 sta >$006F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
176 bne L00CB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
177 sta >$FF48
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
178 L00CB lbsr L04E5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
179 jmp [>$006B]
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
180 L00D2 pshs x,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
181 lda u0004,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
182 sta u0005,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
183 ldx #$0000
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
184 os9 F$Sleep
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
185 ldx <u004B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
186 ldb <$36,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
187 beq L00EC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
188 cmpb #$03
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
189 bhi L00EC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
190 coma
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
191 puls pc,x,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
192 L00EC puls x,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
193 L00EE tst >L009E,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
194 bne L00F9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
195 lbsr L0027
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
196 bcs L011C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
197 L00F9 leax <u003A,u
203
7dea3d77ba0b Used symbolics for andcc/orcc
boisy
parents: 200
diff changeset
198 orcc #IRQMask
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
199 ldb <u001D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
200 cmpb <u001E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
201 beq L00D2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
202 lda b,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
203 incb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
204 cmpb #$64
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
205 bcs L010E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
206 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
207 L010E stb <u001D,u
203
7dea3d77ba0b Used symbolics for andcc/orcc
boisy
parents: 200
diff changeset
208 andcc #^(IRQMask+Carry)
118
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
209 tst u000E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
210 beq L011C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
211 clr u000E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
212 comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
213 ldb #$F4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
214 L011C rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
215 L011D tst >L009E,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
216 bne L012C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
217 pshs a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
218 lbsr L0027
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
219 puls a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
220 bcs L0139
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
221 L012C ldb <u001F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
222 bne L0165
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
223 cmpa #$1B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
224 bne L013A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
225 inc <u001F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
226 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
227 L0139 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
228 L013A cmpa #$20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
229 bcs L0144
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
230 cmpa #$7F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
231 bcc L0144
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
232 bra L0173
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
233 L0144 leax >L066E,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
234 L0148 tst ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
235 bne L0150
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
236 L014C clr <u001F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
237 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
238 L0150 cmpa ,x+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
239 bne L0161
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
240 ldd ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
241 leax >L066E,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
242 leax d,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
243 stx <u0020,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
244 jmp ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
245 L0161 leax $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
246 bra L0148
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
247 L0165 inc <u001F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
248 leax >L0681,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
249 cmpb #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
250 beq L0148
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
251 jmp [<u0020,u]
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
252 L0173 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
253 bsr L01B3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
254 tst <u0039,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
255 beq L0185
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
256 lda #$F8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
257 leay <-$40,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
258 lbsr L0236
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
259 L0185 lda <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
260 inca
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
261 cmpa #$33
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
262 bcs L01A2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
263 clr <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
264 lda <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
265 inca
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
266 cmpa #$18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
267 bcs L019D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
268 lbsr L033E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
269 bra L01A5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
270 L019D sta <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
271 bra L01A5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
272 L01A2 sta <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
273 L01A5 clr <u0033,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
274 ldd <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
275 std <u0030,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
276 dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
277 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
278 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
279 L01B3 tfr a,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
280 subb #$20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
281 clra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
282 leax >L06A0,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
283 lslb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
284 rola
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
285 lslb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
286 rola
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
287 leax d,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
288 ldb #$05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
289 lda <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
290 mul
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
291 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
292 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
293 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
294 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
295 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
296 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
297 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
298 puls a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
299 anda #$07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
300 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
301 sta <u0026,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
302 tst <u0034,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
303 bne L01FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
304 tfr a,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
305 lda #$F8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
306 tstb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
307 beq L01FA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
308 L01E5 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
309 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
310 bhi L01E5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
311 bne L01EE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
312 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
313 bra L01FA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
314 L01EE pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
315 ldb #$80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
316 L01F2 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
317 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
318 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
319 bne L01F2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
320 leas $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
321 L01FA coma
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
322 comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
323 std <u0035,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
324 L01FF ldy <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
325 lda <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
326 ldb ,s+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
327 leay d,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
328 lda #$04
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
329 pshs a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
330 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
331 L0211 lda ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
332 anda #$F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
333 bsr L0236
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
334 lda ,x+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
335 anda #$0F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
336 bsr L0227
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
337 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
338 bne L0211
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
339 dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
340 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
341 puls pc,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
342 L0227 ldb <u0026,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
343 subb #$04
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
344 bhi L023B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
345 beq L0250
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
346 L0230 lsla
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
347 incb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
348 bne L0230
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
349 bra L0250
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
350 L0236 ldb <u0026,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
351 beq L0250
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
352 L023B lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
353 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
354 bhi L023B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
355 bne L0244
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
356 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
357 bra L0250
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
358 L0244 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
359 ldb #$80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
360 L0248 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
361 rorb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
362 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
363 bne L0248
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
364 leas $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
365 L0250 tst <u0034,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
366 bne L0273
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
367 tst <u0038,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
368 beq L0262
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
369 coma
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
370 comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
371 eora <u0035,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
372 eorb <u0036,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
373 L0262 pshs b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
374 ldd <u0035,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
375 anda ,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
376 andb $01,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
377 addd ,s++
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
378 L026D std ,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
379 leay <$20,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
380 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
381 L0273 eora ,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
382 eorb $01,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
383 bra L026D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
384 ldx #$FF20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
385 ldb #$64
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
386 L027E lda ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
387 eora #$C0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
388 sta ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
389 lda #$19
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
390 L0286 deca
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
391 nop
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
392 nop
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
393 bne L0286
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
394 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
395 bne L027E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
396 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
397 dec <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
398 bpl L02A6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
399 lda #$32
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
400 sta <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
401 dec <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
402 bpl L02A6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
403 clr <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
404 lbsr L035E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
405 L02A6 lbsr L0484
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
406 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
407 L02AC lda <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
408 inca
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
409 cmpa #$18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
410 bcs L02B9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
411 lbsr L033E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
412 bra L02BC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
413 L02B9 sta <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
414 L02BC bra L02A6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
415 clr <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
416 bra L02A6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
417 L02C3 ldy <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
418 leay >$0080,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
419 lda #$18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
420 pshs a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
421 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
422 L02D2 bsr L0314
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
423 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
424 bne L02D2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
425 leas $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
426 clra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
427 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
428 sta <u0033,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
429 std <u0030,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
430 std <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
431 dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
432 ldx #$FF20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
433 lda $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
434 ora #$F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
435 sta $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
436 ldx #$FFC0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
437 lda #$06
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
438 ldb #$03
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
439 bsr L0305
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
440 lda <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
441 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
442 ldb #$07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
443 bsr L0305
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
444 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
445 L0305 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
446 bcc L030E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
447 leax $01,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
448 sta ,x+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
449 bra L0310
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
450 L030E sta ,x++
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
451 L0310 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
452 bne L0305
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
453 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
454 L0314 lda #$10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
455 L0316 pshs a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
456 lda <u0038,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
457 tfr a,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
458 L031D std <-$80,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
459 std <-$60,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
460 std <-$40,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
461 std <-$20,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
462 std <$20,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
463 std <$40,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
464 std <$60,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
465 std ,y++
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
466 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
467 bne L031D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
468 leay >$00E0,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
469 puls pc,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
470 L033E ldy <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
471 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
472 pshs u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
473 leau >$0100,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
474 lda #$10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
475 bsr L037C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
476 puls u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
477 dec <u0031,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
478 L0354 leay >$0080,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
479 bsr L0314
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
480 dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
481 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
482 L035E ldy <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
483 leay >$17F0,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
484 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
485 pshs u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
486 leau >-$0100,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
487 lda #$F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
488 bsr L037C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
489 leay ,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
490 puls u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
491 inc <u0031,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
492 bra L0354
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
493 L037C ldb #$17
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
494 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
495 L0380 ldb #$10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
496 L0382 ldx ,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
497 stx ,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
498 ldx u0002,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
499 stx $02,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
500 ldx u0004,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
501 stx $04,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
502 ldx u0006,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
503 stx $06,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
504 ldx u0008,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
505 stx $08,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
506 ldx u000A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
507 stx $0A,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
508 ldx u000C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
509 stx $0C,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
510 ldx u000E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
511 stx $0E,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
512 leay a,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
513 leau a,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
514 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
515 bne L0382
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
516 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
517 bne L0380
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
518 puls pc,b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
519 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
520 bsr L03BA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
521 dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
522 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
523 L03BA clr <u0033,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
524 ldb <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
525 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
526 bitb #$07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
527 bne L03CB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
528 lda #$05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
529 mul
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
530 bra L03F3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
531 L03CB lda #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
532 pshs a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
533 L03CF lda #$20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
534 lbsr L01B3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
535 lda <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
536 inca
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
537 sta <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
538 cmpa #$33
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
539 bcs L03E3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
540 leas $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
541 bra L040D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
542 L03E3 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
543 bpl L03CF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
544 lda <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
545 ldb #$05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
546 mul
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
547 bitb #$08
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
548 bne L03CF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
549 leas $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
550 L03F3 lsrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
551 lsrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
552 lsrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
553 ldy <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
554 lda <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
555 leay d,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
556 leay >$0080,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
557 lda #$20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
558 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
559 suba ,s+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
560 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
561 lbsr L0316
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
562 L040D puls a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
563 sta <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
564 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
565 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
566 bsr L03BA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
567 lda #$17
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
568 suba <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
569 bls L042A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
570 pshs a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
571 L0421 lbsr L0314
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
572 dec ,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
573 bne L0421
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
574 leas $01,s
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
575 L042A dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
576 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
577 clr <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
578 clr <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
579 lbra L02A6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
580 ldb <u001F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
581 subb #$02
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
582 bne L0442
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
583 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
584 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
585 L0442 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
586 bne L0450
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
587 cmpa #$33
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
588 bcs L044B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
589 lda #$32
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
590 L044B sta <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
591 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
592 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
593 L0450 cmpa #$18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
594 bcs L0456
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
595 lda #$17
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
596 L0456 sta <u0025,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
597 L0459 lbra L02A6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
598 inc <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
599 lda <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
600 cmpa #$33
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
601 bcs L0459
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
602 clr <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
603 lbra L02AC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
604 lda #$FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
605 coma
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
606 L046F sta <u0038,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
607 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
608 L0475 lda #$FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
609 bra L046F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
610 lda #$FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
611 L047B sta <u0039,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
612 lbra L014C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
613 clra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
614 bra L047B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
615 L0484 ldd <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
616 inc <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
617 tst <u0033,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
618 bne L0494
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
619 std <u0030,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
620 bra L04B9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
621 L0494 pshs b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
622 ldd <u0030,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
623 inc <u0034,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
624 tstb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
625 bmi L04AB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
626 cmpb #$18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
627 bcc L04AB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
628 std <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
629 lda #$7F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
630 lbsr L01B3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
631 L04AB puls b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
632 std <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
633 std <u0030,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
634 clr <u0033,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
635 dec <u0034,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
636 L04B9 dec <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
637 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
638 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
639 L04BE cmpa #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
640 bne L04D0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
641 lda <u001D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
642 cmpa <u001E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
643 beq L04CC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
644 L04CA clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
645 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
646 L04CC comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
647 ldb #$F6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
648 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
649 L04D0 cmpa #$06
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
650 beq L04CA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
651 cmpa #$02
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
652 bne L04E1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
653 ldx $06,y
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
654 ldd <u0022,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
655 std $04,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
656 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
657 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
658 L04E1 comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
659 ldb #$D0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
660 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
661 L04E5 tst <u0032,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
662 bne L0512
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
663 dec <u0037,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
664 bne L0512
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
665 lda #$10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
666 sta <u0037,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
667 inc <u0034,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
668 ldd <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
669 pshs b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
670 ldd <u0030,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
671 std <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
672 lda #$7F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
673 lbsr L01B3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
674 puls b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
675 std <u0024,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
676 com <u0033,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
677 dec <u0034,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
678 L0512 ldx #$FF00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
679 lda #$FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
680 sta $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
681 bsr L053B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
682 anda #$03
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
683 bne L0526
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
684 clra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
685 sta $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
686 bsr L053B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
687 bne L052D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
688 L0526 clr <u0027,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
689 clr <u0028,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
690 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
691 L052D tst <u0028,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
692 bne L0541
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
693 sta <u0028,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
694 L0535 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
695 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
696 L0537 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
697 stb $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
698 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
699 L053B lda ,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
700 coma
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
701 anda #$7F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
702 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
703 L0541 cmpa <u0028,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
704 bne L0526
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
705 clr <u002A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
706 clr <u002B,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
707 clr <u002C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
708 clr <u002D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
709 clr <u002E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
710 ldb #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
711 L0557 comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
712 stb $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
713 bsr L053B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
714 beq L05A1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
715 bita #$40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
716 beq L0583
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
717 cmpb #$7F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
718 bne L056B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
719 inc <u002D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
720 bra L057F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
721 L056B cmpb #$FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
722 bne L0574
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
723 inc <u002E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
724 bra L057F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
725 L0574 tst <u002C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
726 bne L0537
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
727 stb <u002C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
728 com <u002C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
729 L057F anda #$3F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
730 beq L05A1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
731 L0583 pshs b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
732 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
733 L0586 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
734 bcc L058A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
735 incb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
736 L058A tsta
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
737 bne L0586
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
738 cmpb #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
739 puls b,a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
740 bne L0537
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
741 tst <u002A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
742 bne L0537
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
743 sta <u002A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
744 stb <u002B,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
745 com <u002B,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
746 L05A1 comb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
747 lslb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
748 bne L0557
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
749 stb $02,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
750 ldb <u002C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
751 beq L05B5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
752 tst <u002A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
753 bne L0535
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
754 lda #$40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
755 bra L05BF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
756 L05B5 ldb <u002B,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
757 lda <u002A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
758 lbeq L0526
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
759 L05BF pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
760 tst <u0027,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
761 beq L05D0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
762 dec <u0027,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
763 beq L05D4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
764 puls b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
765 lbra L0665
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
766 L05D0 ldb #$32
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
767 bra L05D6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
768 L05D4 ldb #$05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
769 L05D6 stb <u0027,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
770 lbsr L0667
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
771 lslb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
772 lslb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
773 lslb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
774 puls a
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
775 pshs b
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
776 lbsr L0667
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
777 orb ,s+
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
778 stb <u0029,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
779 leax >L0820,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
780 lda b,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
781 tst <u002E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
782 beq L05FE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
783 leax >L0886,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
784 lda b,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
785 bra L0609
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
786 L05FE tst <u002D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
787 beq L0612
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
788 leax >L0853,pcr
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
789 lda b,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
790 L0609 cmpa #$1F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
791 bne L0621
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
792 com <u002F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
793 bra L0665
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
794 L0612 tst <u002F,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
795 beq L0621
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
796 cmpa #$61
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
797 bcs L0621
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
798 cmpa #$7A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
799 bhi L0621
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
800 suba #$20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
801 L0621 leax <u003A,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
802 ldb <u001E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
803 sta b,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
804 incb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
805 cmpb #$64
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
806 bcs L062F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
807 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
808 L062F cmpb <u001D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
809 bne L0638
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
810 inc u000E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
811 bra L063B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
812 L0638 stb <u001E,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
813 L063B tsta
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
814 beq L065A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
815 cmpa u000D,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
816 L0640 bne L064A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
817 ldx u0009,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
818 beq L065A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
819 L0646 sta $08,x
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
820 bra L065A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
821 L064A ldb #$03
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
822 cmpa u000B,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
823 beq L0656
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
824 ldb #$02
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
825 cmpa u000C,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
826 bne L065A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
827 L0656 lda u0003,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
828 bra L065E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
829 L065A ldb #$01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
830 lda u0005,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
831 L065E beq L0663
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
832 os9 F$Send
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
833 L0663 clr u0005,u
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
834 L0665 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
835 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
836 L0667 clrb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
837 L0668 incb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
838 lsra
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
839 bne L0668
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
840 decb
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
841 rts
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
842
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
843 L066E fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
844 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
845 fcb $0B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
846 fcb $08
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
847 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
848 fcb $23
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
849 fcb $0A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
850 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
851 fcb $3E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
852 fcb $0D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
853 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
854 fcb $50
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
855 fcb $0C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
856 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
857 fcb $55
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
858 fcb $0B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
859 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
860 fcb $C2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
861 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
862 L0681 fcb $41
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
863 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
864 fcb $CB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
865 fcb $42
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
866 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
867 fcb $41
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
868 fcb $43
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
869 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
870 fcb $EE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
871 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
872 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
873 fcb $2D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
874 fcb $45
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
875 fcb $FC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
876 fcb $3E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
877 fcb $46
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
878 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
879 fcb $FE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
880 fcb $47
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
881 fcb $FE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
882 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
883 fcb $48
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
884 fcb $FE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
885 fcb $0B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
886 fcb $49
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
887 fcb $FE
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
888 fcb $13
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
889 fcb $4A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
890 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
891 fcb $A5
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
892 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
893 L06A0 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
894 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
895 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
896 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
897 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
898 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
899 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
900 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
901 fcb $55
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
902 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
903 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
904 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
905 fcb $6F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
906 fcb $6F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
907 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
908 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
909 fcb $27
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
910 fcb $86
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
911 fcb $1E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
912 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
913 fcb $91
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
914 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
915 fcb $89
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
916 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
917 fcb $4A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
918 fcb $4A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
919 fcb $D0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
920 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
921 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
922 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
923 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
924 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
925 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
926 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
927 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
928 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
929 fcb $42
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
930 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
931 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
932 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
933 fcb $96
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
934 fcb $F6
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
935 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
936 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
937 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
938 fcb $E4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
939 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
940 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
941 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
942 fcb $02
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
943 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
944 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
945 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
946 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
947 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
948 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
949 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
950 fcb $06
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
951 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
952 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
953 fcb $01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
954 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
955 fcb $80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
956 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
957 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
958 fcb $BD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
959 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
960 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
961 fcb $26
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
962 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
963 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
964 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
965 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
966 fcb $2C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
967 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
968 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
969 fcb $E1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
970 fcb $61
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
971 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
972 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
973 fcb $26
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
974 fcb $AF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
975 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
976 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
977 fcb $F8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
978 fcb $E1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
979 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
980 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
981 fcb $78
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
982 fcb $E9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
983 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
984 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
985 fcb $F1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
986 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
987 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
988 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
989 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
990 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
991 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
992 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
993 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
994 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
995 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
996 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
997 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
998 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
999 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1000 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1001 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1002 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1003 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1004 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1005 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1006 fcb $84
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1007 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1008 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1009 fcb $0F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1010 fcb $0F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1011 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1012 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1013 fcb $42
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1014 fcb $12
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1015 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1016 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1017 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1018 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1019 fcb $02
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1020 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1021 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1022 fcb $BB
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1023 fcb $87
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1024 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1025 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1026 fcb $F9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1027 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1028 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1029 fcb $E9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1030 fcb $E9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1031 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1032 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1033 fcb $78
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1034 fcb $88
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1035 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1036 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1037 fcb $E9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1038 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1039 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1040 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1041 fcb $F8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1042 fcb $E8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1043 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1044 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1045 fcb $F8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1046 fcb $E8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1047 fcb $80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1048 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1049 fcb $78
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1050 fcb $B9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1051 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1052 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1053 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1054 fcb $F9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1055 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1056 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1057 fcb $E4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1058 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1059 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1060 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1061 fcb $F2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1062 fcb $2A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1063 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1064 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1065 fcb $9A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1066 fcb $CA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1067 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1068 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1069 fcb $88
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1070 fcb $88
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1071 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1072 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1073 fcb $FD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1074 fcb $D9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1075 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1076 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1077 fcb $9D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1078 fcb $B9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1079 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1080 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1081 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1082 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1083 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1084 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1085 fcb $E9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1086 fcb $E8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1087 fcb $80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1088 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1089 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1090 fcb $9B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1091 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1092 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1093 fcb $E9
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1094 fcb $EA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1095 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1096 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1097 fcb $78
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1098 fcb $61
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1099 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1100 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1101 fcb $E4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1102 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1103 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1104 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1105 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1106 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1107 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1108 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1109 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1110 fcb $96
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1111 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1112 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1113 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1114 fcb $DD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1115 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1116 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1117 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1118 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1119 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1120 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1121 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1122 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1123 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1124 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1125 fcb $F1
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1126 fcb $68
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1127 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1128 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1129 fcb $E8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1130 fcb $88
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1131 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1132 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1133 fcb $08
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1134 fcb $42
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1135 fcb $10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1136 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1137 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1138 fcb $11
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1139 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1140 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1141 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1142 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1143 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1144 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1145 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1146 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1147 fcb $0F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1148 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1149 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1150 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1151 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1152 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1153 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1154 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1155 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1156 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1157 fcb $8E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1158 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1159 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1160 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1161 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1162 fcb $88
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1163 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1164 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1165 fcb $17
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1166 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1167 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1168 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1169 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1170 fcb $AC
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1171 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1172 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1173 fcb $34
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1174 fcb $F4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1175 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1176 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1177 fcb $06
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1178 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1179 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1180 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1181 fcb $8E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1182 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1183 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1184 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1185 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1186 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1187 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1188 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1189 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1190 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1191 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1192 fcb $C0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1193 fcb $8A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1194 fcb $CA
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1195 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1196 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1197 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1198 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1199 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1200 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1201 fcb $0E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1202 fcb $DD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1203 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1204 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1205 fcb $0E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1206 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1207 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1208 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1209 fcb $06
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1210 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1211 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1212 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1213 fcb $0E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1214 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1215 fcb $E8
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1216 fcb $80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1217 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1218 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1219 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1220 fcb $10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1221 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1222 fcb $88
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1223 fcb $80
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1224 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1225 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1226 fcb $C3
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1227 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1228 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1229 fcb $4F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1230 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1231 fcb $30
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1232 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1233 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1234 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1235 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1236 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1237 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1238 fcb $96
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1239 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1240 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1241 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1242 fcb $DD
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1243 fcb $60
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1244 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1245 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1246 fcb $66
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1247 fcb $90
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1248 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1249 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1250 fcb $99
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1251 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1252 fcb $E0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1253 fcb $0F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1254 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1255 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1256 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1257 fcb $34
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1258 fcb $C4
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1259 fcb $30
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1260 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1261 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1262 fcb $04
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1263 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1264 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1265 fcb $C2
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1266 fcb $32
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1267 fcb $C0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1268 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1269 fcb $05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1270 fcb $A0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1271 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1272 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1273 fcb $FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1274 fcb $FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1275 fcb $FF
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1276 fcb $F0
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1277 L0820 fcb $30
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1278 fcb $31
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1279 fcb $32
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1280 fcb $33
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1281 fcb $34
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1282 fcb $35
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1283 fcb $36
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1284 fcb $37
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1285 fcb $38
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1286 fcb $39
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1287 fcb $3A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1288 fcb $3B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1289 fcb $2C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1290 fcb $2D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1291 fcb $2E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1292 fcb $2F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1293 fcb $40
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1294 fcb $61
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1295 fcb $62
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1296 fcb $63
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1297 fcb $64
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1298 fcb $65
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1299 fcb $66
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1300 fcb $67
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1301 fcb $68
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1302 fcb $69
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1303 fcb $6A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1304 fcb $6B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1305 fcb $6C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1306 fcb $6D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1307 fcb $6E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1308 fcb $6F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1309 fcb $70
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1310 fcb $71
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1311 fcb $72
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1312 fcb $73
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1313 fcb $74
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1314 fcb $75
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1315 fcb $76
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1316 fcb $77
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1317 fcb $78
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1318 fcb $79
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1319 fcb $7A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1320 fcb $0C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1321 fcb $0A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1322 fcb $08
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1323 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1324 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1325 fcb $0D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1326 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1327 fcb $05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1328 L0853 fcb $30
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1329 fcb $21
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1330 fcb $22
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1331 fcb $23
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1332 fcb $24
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1333 fcb $25
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1334 fcb $26
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1335 fcb $27
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1336 fcb $28
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1337 fcb $29
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1338 fcb $2A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1339 fcb $2B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1340 fcb $3C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1341 fcb $3D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1342 fcb $3E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1343 fcb $3F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1344 fcb $7C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1345 fcb $41
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1346 fcb $42
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1347 fcb $43
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1348 fcb $44
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1349 fcb $45
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1350 fcb $46
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1351 fcb $47
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1352 fcb $48
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1353 fcb $49
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1354 fcb $4A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1355 fcb $4B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1356 fcb $4C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1357 fcb $4D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1358 fcb $4E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1359 fcb $4F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1360 fcb $50
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1361 fcb $51
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1362 fcb $52
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1363 fcb $53
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1364 fcb $54
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1365 fcb $55
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1366 fcb $56
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1367 fcb $57
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1368 fcb $58
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1369 fcb $59
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1370 fcb $5A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1371 fcb $1C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1372 fcb $1A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1373 fcb $18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1374 fcb $19
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1375 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1376 fcb $0D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1377 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1378 fcb $03
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1379 L0886 fcb $1F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1380 fcb $7C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1381 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1382 fcb $7E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1383 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1384 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1385 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1386 fcb $5E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1387 fcb $5B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1388 fcb $5D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1389 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1390 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1391 fcb $7B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1392 fcb $5F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1393 fcb $7D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1394 fcb $5C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1395 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1396 fcb $01
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1397 fcb $02
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1398 fcb $03
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1399 fcb $04
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1400 fcb $05
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1401 fcb $06
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1402 fcb $07
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1403 fcb $08
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1404 fcb $09
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1405 fcb $0A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1406 fcb $0B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1407 fcb $0C
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1408 fcb $0D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1409 fcb $0E
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1410 fcb $0F
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1411 fcb $10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1412 fcb $11
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1413 fcb $12
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1414 fcb $13
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1415 fcb $14
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1416 fcb $15
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1417 fcb $16
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1418 fcb $17
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1419 fcb $18
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1420 fcb $19
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1421 fcb $1A
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1422 fcb $13
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1423 fcb $12
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1424 fcb $10
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1425 fcb $11
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1426 fcb $20
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1427 fcb $0D
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1428 fcb $00
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1429 fcb $1B
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1430
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1431 emod
ce8dbdbb3ca2 The Go51 module for 51x24 display
roug
parents:
diff changeset
1432 eom equ *