annotate level1/cmds/drvr51.asm @ 532:72f3c79b0674

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