annotate level1/cmds/drvr51.asm @ 710:4b8f2de93c51

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