annotate level1/cmds/help.asm @ 924:c155aac72190

Made cosmetic changes
author boisy
date Sun, 19 Jan 2003 14:54:09 +0000
parents 0d2d4a28c490
children 7814ddcf32b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
322
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1 ********************************************************************
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2 * help - Show help for commands
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
3 *
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
4 * $Id$
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
5 *
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
6 * Ed. Comments Who YY/MM/DD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
7 * ------------------------------------------------------------------
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
8 * 5 From Tandy OS-9 Level Two Vr. 2.00.01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
10 nam help
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
11 ttl Show help for commands
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
12
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
13 * Disassembled 02/07/23 22:09:55 by Disasm v1.6 (C) 1988 by RML
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
14
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
15 ifp1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
16 use defsfile
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
17 endc
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
18
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
19 tylg set Prgrm+Objct
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
20 atrv set ReEnt+rev
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
21 rev set $01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
22 edition set 5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
23
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
24 L0000 mod eom,name,tylg,atrv,start,size
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
25
924
c155aac72190 Made cosmetic changes
boisy
parents: 322
diff changeset
26 org 0
322
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
27 u0000 rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
28 u0001 rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
29 u0002 rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
30 u0003 rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
31 u0004 rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
32 u0005 rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
33 u0006 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
34 u0008 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
35 u000A rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
36 u000B rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
37 u000D rmb 4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
38 u0011 rmb 15
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
39 u0020 rmb 14
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
40 u002E rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
41 u002F rmb 38
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
42 u0055 rmb 14
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
43 u0063 rmb 5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
44 u0068 rmb 10
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
45 u0072 rmb 123
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
46 u00ED rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
47 u00EF rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
48 u00F1 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
49 u00F3 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
50 u00F5 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
51 u00F7 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
52 u00F9 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
53 u00FB rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
54 u00FD rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
55 u00FF rmb 337
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
56 u0250 rmb 2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
57 u0252 rmb 58
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
58 u028C rmb 1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
59 u028D rmb 3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
60 u0290 rmb 6036
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
61 size equ .
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
62
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
63 name fcs /help/
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
64 fcb edition
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
65
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
66 L0012 fcb $A6 &
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
67 fcb $A0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
68 fcb $A7 '
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
69 fcb $C0 @
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
70 fcb $30 0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
71 fcb $1F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
72 fcb $26 &
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
73 fcb $F8 x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
74 fcb $39 9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
75 start equ *
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
76 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
77 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
78 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
79 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
80 L0021 sta ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
81 decb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
82 bne L0021
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
83 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
84 leau ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
85 leax >$02A4,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
86 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
87 leay >L15AA,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
88 ldx ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
89 beq L003C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
90 bsr L0012
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
91 ldu $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
92 L003C leau >u00FF,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
93 ldx ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
94 beq L0047
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
95 bsr L0012
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
96 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
97 L0047 cmpu ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
98 beq L0050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
99 sta ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
100 bra L0047
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
101 L0050 ldu $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
102 ldd ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
103 beq L005D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
104 leax >L0000,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
105 lbsr L0160
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
106 L005D ldd ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
107 beq L0066
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
108 leax ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
109 lbsr L0160
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
110 L0066 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
111 puls x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
112 stx >u0290,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
113 sty >u0250,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
114 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
115 std >u028C,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
116 leay >u0252,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
117 leax ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
118 lda ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
119 L0082 ldb >u028D,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
120 cmpb #$1D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
121 beq L00DE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
122 L008A cmpa #$0D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
123 beq L00DE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
124 cmpa #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
125 beq L0096
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
126 cmpa #$2C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
127 bne L009A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
128 L0096 lda ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
129 bra L008A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
130 L009A cmpa #$22
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
131 beq L00A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
132 cmpa #$27
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
133 bne L00C0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
134 L00A2 stx ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
135 inc >u028D,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
136 pshs a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
137 L00AA lda ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
138 cmpa #$0D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
139 beq L00B4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
140 cmpa ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
141 bne L00AA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
142 L00B4 puls b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
143 clr -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
144 cmpa #$0D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
145 beq L00DE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
146 lda ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
147 bra L0082
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
148 L00C0 leax -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
149 stx ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
150 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
151 inc >u028D,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
152 L00CA cmpa #$0D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
153 beq L00DA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
154 cmpa #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
155 beq L00DA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
156 cmpa #$2C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
157 beq L00DA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
158 lda ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
159 bra L00CA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
160 L00DA clr -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
161 bra L0082
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
162 L00DE leax >u0250,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
163 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
164 ldd >u028C,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
165 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
166 leay ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
167 bsr L00F8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
168 lbsr L018C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
169 clr ,-s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
170 clr ,-s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
171 lbsr L159E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
172 L00F8 leax >$02A4,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
173 stx >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
174 sts >$028E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
175 sts >$029C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
176 ldd #$FF82
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
177 L010D leax d,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
178 cmpx >$029C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
179 bcc L011F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
180 cmpx >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
181 bcs L0139
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
182 stx >$029C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
183 L011F rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
184 L0120 fcc "**** STACK OVERFLOW ****"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
185 fcb C$CR
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
186
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
187 L0139 leax <L0120,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
188 ldb #$CF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
189 pshs b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
190 lda #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
191 ldy #$0064
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
192 L0146 os9 I$WritLn
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
193 clr ,-s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
194 lbsr L15A4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
195 L014E ldd >$028E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
196 subd >$029C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
197 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
198 ldd >$029C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
199 subd >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
200 L015F rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
201 L0160 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
202 leax d,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
203 leax d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
204 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
205 L0168 ldd ,y++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
206 leax d,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
207 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
208 addd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
209 std ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
210 cmpy ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
211 bne L0168
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
212 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
213 L0179 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
214 L017A pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
215 ldd #$FFBA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
216 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
217 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
218 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
219 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
220 lbsr L159E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
221 lbra L0719
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
222 L018C pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
223 ldd #$FFB6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
224 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
225 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
226 leax >L017A,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
227 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
228 lbsr L156E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
229 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
230 ldd #$0080
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
231 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
232 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
233 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
234 lbsr L0884
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
235 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
236 leax >L077F,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
237 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
238 leax >L076F,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
239 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
240 lbsr L09E6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
241 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
242 std <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
243 bne L01D0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
244 leax >L0781,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
245 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
246 lbsr L04B7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
247 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
248 L01D0 ldd #$1000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
249 ldx <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
250 std $0B,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
251 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
252 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
253 std <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
254 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
255 cmpd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
256 lbne L02D5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
257 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
258 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
259 std <u00F3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
260 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
261 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
262 leax >L079C,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
263 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
264 lbsr L0A38
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
265 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
266 L01FA clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
267 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
268 std <u00FB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
269 std <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
270 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
271 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
272 leax >L07AE,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
273 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
274 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
275 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
276 leax >$0005,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
277 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
278 lbsr L0A7A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
279 std ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
280 lbeq L028C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
281 leax >$0005,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
282 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
283 leau ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
284 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
285 cmpb #$3F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
286 beq L0232
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
287 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
288 bne L0238
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
289 L0232 lbsr L0502
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
290 lbra L0293
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
291 L0238 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
292 cmpb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
293 lbeq L0293
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
294 bra L0286
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
295 L0242 leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
296 L0244 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
297 cmpb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
298 beq L024E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
299 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
300 bne L0242
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
301 L024E ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
302 cmpb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
303 bne L0273
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
304 ldd <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
305 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
306 std <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
307 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
308 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
309 stb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
310 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
311 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
312 lbsr L02E8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
313 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
314 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
315 leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
316 tfr u,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
317 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
318 bra L0286
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
319 L0273 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
320 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
321 lbsr L02E8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
322 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
323 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
324 ldd <u00FB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
325 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
326 std <u00FB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
327 L0286 ldd <u00FB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
328 beq L0244
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
329 bra L0293
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
330 L028C ldd <u00F3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
331 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
332 std <u00F3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
333 L0293 ldd <u00F3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
334 lbeq L01FA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
335 bra L02DE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
336 L029B ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
337 cmpd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
338 ble L02AA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
339 ldd <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
340 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
341 std <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
342 L02AA ldx $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
343 leax $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
344 stx $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
345 ldb [,x]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
346 cmpb #$2D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
347 bne L02CC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
348 ldx [<$08,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
349 ldb $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
350 cmpb #$3F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
351 bne L02C4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
352 lbsr L0502
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
353 bra L02D5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
354 L02C4 leax >L07C0,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
355 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
356 bra L02D1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
357 L02CC ldd [<$08,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
358 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
359 L02D1 bsr L02E8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
360 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
361 L02D5 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
362 addd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
363 std $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
364 bne L029B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
365 L02DE ldd <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
366 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
367 lbsr L0DF5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
368 lbra L04B0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
369 L02E8 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
370 ldd #$FFB2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
371 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
372 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
373 leax >L07C5,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
374 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
375 leax >$00A5,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
376 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
377 lbsr L1143
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
378 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
379 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
380 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
381 leax >$00A5,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
382 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
383 lbsr L115B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
384 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
385 leax >L07CE,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
386 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
387 leax >$00A5,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
388 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
389 lbsr L115B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
390 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
391 leax >L07D2,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
392 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
393 leax >$00A5,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
394 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
395 lbsr L09E6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
396 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
397 std <u0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
398 beq L0347
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
399 lbsr L0731
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
400 ldd <u0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
401 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
402 lbsr L13BA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
403 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
404 lbra L0719
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
405 L0347 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
406 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
407 std <u00F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
408 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
409 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
410 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
411 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
412 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
413 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
414 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
415 ldd <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
416 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
417 lbsr L0B44
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
418 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
419 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
420 lbne L0463
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
421 leax >L07D4,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
422 lbra L045C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
423 L036D ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
424 leax >$0055,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
425 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
426 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
427 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
428 std <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
429 ldd #$0040
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
430 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
431 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
432 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
433 stb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
434 lbeq L0463
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
435 bra L03B0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
436 L038A ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
437 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
438 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
439 lbsr L0F1B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
440 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
441 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
442 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
443 stx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
444 ldb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
445 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
446 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
447 lbsr L0F1B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
448 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
449 cmpd ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
450 beq L03B0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
451 ldd <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
452 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
453 std <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
454 L03B0 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
455 beq L03B8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
456 ldd <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
457 beq L038A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
458 L03B8 ldb [,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
459 cmpb #$0D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
460 beq L03C5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
461 ldd <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
462 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
463 std <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
464 L03C5 ldd <u00F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
465 lbne L0463
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
466 ldd <u00F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
467 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
468 std <u00F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
469 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
470 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
471 std <u00F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
472 ldd <u00FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
473 beq L042F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
474 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
475 bra L03F5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
476 L03DE leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
477 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
478 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
479 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
480 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
481 lbsr L0F1B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
482 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
483 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
484 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
485 leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
486 L03F5 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
487 bne L03DE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
488 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
489 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
490 leax >L07EA,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
491 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
492 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
493 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
494 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
495 bra L042F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
496 L040F ldb <u0055
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
497 cmpb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
498 beq L0428
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
499 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
500 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
501 leax >$0055,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
502 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
503 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
504 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
505 bra L042F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
506 L0428 ldd <u00F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
507 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
508 std <u00F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
509 L042F ldd <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
510 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
511 ldd #$0050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
512 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
513 leax >$0055,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
514 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
515 lbsr L0AB5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
516 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
517 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
518 beq L044B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
519 ldd <u00F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
520 beq L040F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
521 L044B ldd <u00F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
522 bne L0463
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
523 ldx <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
524 ldd $06,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
525 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
526 andb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
527 beq L0463
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
528 leax >L07ED,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
529 L045C pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
530 lbsr L04B7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
531 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
532 L0463 ldd <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
533 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
534 ldd #$0050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
535 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
536 leax >$0055,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
537 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
538 lbsr L0AB5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
539 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
540 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
541 beq L0481
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
542 ldd <u00F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
543 lbeq L036D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
544 L0481 ldd <u00F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
545 bne L04B2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
546 ldx <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
547 ldd $06,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
548 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
549 andb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
550 beq L0498
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
551 leax >L0805,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
552 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
553 bsr L04B7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
554 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
555 L0498 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
556 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
557 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
558 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
559 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
560 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
561 leax >L081D,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
562 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
563 lbsr L0A38
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
564 L04B0 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
565 L04B2 bsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
566 lbra L0719
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
567 L04B7 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
568 ldd #$FFB8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
569 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
570 leax >$0119,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
571 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
572 leax >L0831,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
573 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
574 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
575 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
576 leax >$0119,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
577 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
578 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
579 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
580 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
581 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
582 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
583 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
584 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
585 lbsr L159E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
586 lbra L0719
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
587 L04E9 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
588 ldd #$FFB8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
589 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
590 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
591 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
592 ldd #$000D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
593 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
594 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
595 lbra L06BA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
596 L0502 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
597 ldd #$FFB0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
598 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
599 leas -$04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
600 leax >L0838,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
601 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
602 lbsr L0A38
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
603 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
604 lbsr L071D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
605 std <u00EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
606 ldd <u00EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
607 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
608 ldd #$000A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
609 lbsr L1294
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
610 std <u00EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
611 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
612 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
613 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
614 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
615 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
616 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
617 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
618 ldd <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
619 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
620 lbsr L0B44
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
621 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
622 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
623 lbne L05CF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
624 leax >L084C,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
625 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
626 lbsr L04B7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
627 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
628 lbra L05CF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
629 L0551 ldb <u0005
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
630 cmpb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
631 lbne L05D3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
632 leau >$0005,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
633 leax >$00C3,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
634 stx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
635 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
636 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
637 std <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
638 bra L057D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
639 L0569 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
640 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
641 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
642 stx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
643 stb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
644 ldd <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
645 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
646 std <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
647 subd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
648 L057D leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
649 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
650 cmpb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
651 bgt L0569
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
652 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
653 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
654 stb [<$02,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
655 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
656 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
657 leax >$00C3,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
658 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
659 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
660 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
661 ldd <u00F1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
662 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
663 std <u00F1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
664 cmpd <u00EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
665 bge L05CC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
666 ldd <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
667 bra L05C0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
668 L05AB leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
669 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
670 ldd #$0020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
671 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
672 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
673 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
674 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
675 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
676 L05C0 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
677 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
678 cmpd #$000A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
679 blt L05AB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
680 bra L05D3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
681 L05CC lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
682 L05CF clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
683 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
684 std <u00F1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
685 L05D3 ldd <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
686 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
687 ldd #$0050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
688 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
689 leax >$0005,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
690 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
691 lbsr L0AB5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
692 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
693 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
694 lbne L0551
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
695 ldx <u0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
696 ldd $06,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
697 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
698 andb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
699 beq L0601
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
700 leax >L0862,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
701 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
702 lbsr L04B7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
703 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
704 L0601 leax >L0882,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
705 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
706 leax >L087A,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
707 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
708 lbsr L09E6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
709 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
710 std <u0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
711 lbeq L06B4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
712 lbra L068C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
713 L061B leax >$00CD,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
714 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
715 lbsr L06BE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
716 std ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
717 lbeq L068C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
718 leau >$00CD,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
719 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
720 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
721 std <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
722 bra L0653
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
723 L0634 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
724 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
725 ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
726 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
727 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
728 lbsr L0F1B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
729 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
730 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
731 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
732 ldd <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
733 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
734 std <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
735 subd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
736 L0653 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
737 cmpb #$2E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
738 bne L0634
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
739 ldd <u00F1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
740 cmpd <u00EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
741 bge L0685
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
742 ldd <u00ED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
743 bra L0679
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
744 L0664 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
745 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
746 ldd #$0020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
747 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
748 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
749 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
750 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
751 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
752 L0679 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
753 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
754 cmpd #$000A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
755 blt L0664
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
756 bra L068C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
757 L0685 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
758 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
759 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
760 std <u00F1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
761 L068C ldd <u0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
762 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
763 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
764 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
765 ldd #$0020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
766 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
767 leax >$00CD,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
768 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
769 lbsr L0AFE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
770 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
771 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
772 lbne L061B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
773 ldd <u0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
774 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
775 lbsr L13BA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
776 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
777 L06B4 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
778 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
779 L06BA leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
780 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
781 L06BE pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
782 ldd #$FFBE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
783 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
784 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
785 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
786 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
787 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
788 ldb [<$06,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
789 beq L0717
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
790 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
791 bra L06D7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
792 L06D5 leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
793 L06D7 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
794 cmpb #$2E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
795 bne L06D5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
796 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
797 lbeq L06D5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
798 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
799 cmpb #$7E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
800 lbgt L06D5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
801 ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
802 cmpb #$2E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
803 bne L0717
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
804 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
805 cmpb #$68
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
806 beq L06FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
807 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
808 cmpb #$48
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
809 bne L0717
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
810 L06FD leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
811 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
812 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
813 andb #$7F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
814 stb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
815 cmpb #$70
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
816 beq L0710
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
817 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
818 cmpb #$50
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
819 bne L0717
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
820 L0710 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
821 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
822 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
823 L0717 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
824 L0719 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
825 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
826 L071D pshs y,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
827 lda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
828 ldb #$26
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
829 os9 I$GetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
830 bcc L072D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
831 ldd #$0050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
832 bra L072F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
833 L072D tfr x,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
834 L072F puls pc,y,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
835 L0731 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
836 ldd #$FFB6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
837 lbsr L010D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
838 bra L0752
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
839 L073B ldb <u0005
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
840 cmpb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
841 beq L0752
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
842 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
843 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
844 leax >$0005,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
845 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
846 lbsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
847 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
848 L0752 ldd <u0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
849 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
850 ldd #$0050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
851 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
852 leax >$0005,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
853 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
854 lbsr L0AB5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
855 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
856 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
857 bne L073B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
858 lbsr L04E9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
859 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
860
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
861 L076F fcc "/dd/sys/helpmsg"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
862 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
863 L077F fcc "r"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
864 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
865 L0781 fcc "can't open /dd/sys/helpmsg"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
866 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
867 L079C fcc "Hit [ESC] to exit"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
868 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
869 L07AE fcc "What Subject(s)? "
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
870 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
871 L07C0 fcc "help"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
872 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
873 L07C5 fcc "/dd/sys/"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
874 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
875 L07CE fcc ".hp"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
876 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
877 L07D2 fcc "r"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
878 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
879 L07D4 fcc "can't reset help file"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
880 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
881 L07EA fcc " -"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
882 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
883 L07ED fcc "error reading help file"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
884 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
885 L0805 fcc "error reading help file"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
886 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
887 L081D fcc ": no help available"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
888 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
889 L0831 fcc "help: "
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
890 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
891 L0838 fcc "Help available on: "
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
892 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
893 L084C fcc "can't reset help file"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
894 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
895 L0862 fcc "error reading help file"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
896 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
897 L087A fcc "/dd/sys"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
898 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
899 L0882 fcc "d"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
900 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
901 L0884 lda $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
902 ldb #$8A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
903 ldx $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
904 os9 I$SetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
905 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
906 L0890 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
907 leau >$00FF,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
908 L0896 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
909 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
910 andb #$03
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
911 lbeq L0907
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
912 L089F leau u000D,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
913 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
914 leax >$01CF,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
915 cmpx ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
916 bhi L0896
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
917 ldd #$00C8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
918 std >$029E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
919 lbra L090B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
920 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
921 L08B7 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
922 ldu $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
923 bne L08C1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
924 bsr L0890
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
925 tfr d,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
926 L08C1 stu -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
927 beq L090B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
928 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
929 std u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
930 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
931 ldb $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
932 cmpb #$2B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
933 beq L08D9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
934 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
935 ldb $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
936 cmpb #$2B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
937 bne L08DF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
938 L08D9 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
939 L08DB orb #$03
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
940 bra L08FD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
941 L08DF ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
942 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
943 ldb [<$08,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
944 cmpb #$72
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
945 beq L08F1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
946 ldb [<$08,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
947 cmpb #$64
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
948 bne L08F6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
949 L08F1 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
950 bra L08F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
951 L08F6 ldd #$0002
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
952 L08F9 ora ,s+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
953 orb ,s+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
954 L08FD std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
955 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
956 addd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
957 std u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
958 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
959 L0907 tfr u,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
960 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
961 L090B clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
962 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
963 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
964 L090F pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
965 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
966 leas -$04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
967 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
968 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
969 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
970 ldx $0A,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
971 ldb $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
972 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
973 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
974 bra L0940
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
975 L0922 ldx $0A,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
976 ldb $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
977 cmpb #$2B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
978 bne L092F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
979 ldd #$0007
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
980 bra L0937
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
981 L092F ldd #$0004
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
982 bra L0937
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
983 L0934 ldd #$0003
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
984 L0937 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
985 bra L0950
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
986 L093B leax $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
987 lbra L09A8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
988 L0940 stx -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
989 beq L0950
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
990 cmpx #$0078
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
991 beq L0922
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
992 cmpx #$002B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
993 beq L0934
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
994 bra L093B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
995 L0950 ldb [<$0A,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
996 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
997 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
998 lbra L09B5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
999 L0959 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1000 orb #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1001 bra L099B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1002 L095F ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1003 orb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1004 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1005 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1006 lbsr L13AB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1007 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1008 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1009 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1010 beq L098A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1011 ldd #$0002
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1012 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1013 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1014 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1015 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1016 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1017 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1018 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1019 lbsr L1481
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1020 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1021 bra L09CF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1022 L098A ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1023 orb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1024 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1025 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1026 lbsr L13CC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1027 bra L09A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1028 L0997 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1029 orb #$81
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1030 L099B pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1031 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1032 lbsr L13AB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1033 L09A2 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1034 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1035 bra L09CF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1036 L09A8 leas -$04,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1037 L09AA ldd #$00CB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1038 std >$029E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1039 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1040 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1041 bra L09D1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1042 L09B5 cmpx #$0072
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1043 lbeq L0959
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1044 cmpx #$0061
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1045 lbeq L095F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1046 cmpx #$0077
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1047 beq L098A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1048 cmpx #$0064
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1049 beq L0997
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1050 bra L09AA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1051 L09CF ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1052 L09D1 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1053 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1054 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1055 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1056 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1057 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1058 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1059 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1060 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1061 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1062 lbra L0A31
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1063 L09E6 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1064 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1065 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1066 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1067 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1068 lbsr L090F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1069 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1070 tfr d,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1071 cmpu #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1072 bne L0A01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1073 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1074 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1075 bra L0A36
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1076 L0A01 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1077 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1078 bra L0A29
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1079 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1080 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1081 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1082 lbsr L0DF5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1083 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1084 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1085 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1086 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1087 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1088 lbsr L090F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1089 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1090 tfr d,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1091 stu -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1092 bge L0A27
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1093 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1094 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1095 bra L0A36
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1096 L0A27 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1097 L0A29 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1098 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1099 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1100 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1101 L0A31 lbsr L08B7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1102 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1103 L0A36 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1104 L0A38 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1105 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1106 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1107 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1108 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1109 bsr L0A5A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1110 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1111 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1112 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1113 ldd #$000D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1114 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1115 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1116 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1117 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1118 L0A5A pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1119 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1120 leas -$01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1121 bra L0A70
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1122 L0A62 ldd $07,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1123 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1124 ldb $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1125 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1126 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1127 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1128 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1129 L0A70 ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1130 stb ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1131 bne L0A62
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1132 leas $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1133 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1134 L0A7A pshs u,b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1135 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1136 bra L0A84
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1137 L0A80 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1138 stb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1139 L0A84 leax >$00FF,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1140 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1141 lbsr L0F4E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1142 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1143 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1144 cmpd #$000D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1145 beq L0A9F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1146 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1147 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1148 bne L0A80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1149 L0A9F ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1150 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1151 bne L0AAB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1152 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1153 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1154 bra L0AB1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1155 L0AAB clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1156 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1157 stb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1158 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1159 L0AB1 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1160 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1161 L0AB5 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1162 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1163 leas -$04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1164 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1165 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1166 bra L0ACF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1167 L0AC1 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1168 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1169 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1170 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1171 stb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1172 cmpb #$0D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1173 beq L0AE8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1174 L0ACF tfr u,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1175 leau -u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1176 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1177 ble L0AE8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1178 ldd $0C,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1179 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1180 lbsr L0F4E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1181 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1182 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1183 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1184 bne L0AC1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1185 L0AE8 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1186 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1187 stb [,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1188 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1189 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1190 bne L0AF8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1191 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1192 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1193 bra L0AFA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1194 L0AF8 ldd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1195 L0AFA leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1196 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1197 L0AFE pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1198 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1199 leas -$06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1200 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1201 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1202 bra L0B35
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1203 L0B08 ldd $0C,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1204 std $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1205 bra L0B24
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1206 L0B0E ldd <$10,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1207 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1208 lbsr L0F4E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1209 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1210 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1211 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1212 beq L0B3E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1213 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1214 stb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1215 L0B24 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1216 addd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1217 std $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1218 subd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1219 bgt L0B0E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1220 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1221 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1222 L0B35 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1223 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1224 cmpd $0E,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1225 blt L0B08
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1226 L0B3E ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1227 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1228 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1229 L0B44 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1230 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1231 leas -$06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1232 cmpu #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1233 beq L0B57
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1234 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1235 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1236 andb #$03
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1237 bne L0B5D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1238 L0B57 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1239 lbra L0C80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1240 L0B5D ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1241 anda #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1242 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1243 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1244 bne L0B70
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1245 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1246 lbsr L10A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1247 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1248 lbra L0C46
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1249 L0B70 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1250 anda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1251 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1252 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1253 beq L0B8F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1254 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1255 lbsr L0E2F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1256 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1257 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1258 anda #$FE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1259 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1260 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1261 addd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1262 std u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1263 lbra L0C44
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1264 L0B8F ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1265 cmpd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1266 lbcc L0C46
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1267 leax $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1268 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1269 leax $0E,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1270 lbsr L1247
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1271 ldx <$10,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1272 lbra L0C13
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1273 L0BA7 leax $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1274 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1275 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1276 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1277 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1278 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1279 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1280 lbsr L0C9B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1281 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1282 lbsr L11CE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1283 lbsr L1247
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1284 L0BC0 ldd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1285 lbsr L122E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1286 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1287 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1288 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1289 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1290 leax $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1291 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1292 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1293 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1294 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1295 bsr L0BDD
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1296 neg <u0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1297 neg <u0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1298 L0BDD puls x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1299 lbsr L11E3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1300 bge L0BEB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1301 leax $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1302 lbsr L1207
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1303 bra L0BED
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1304 L0BEB leax $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1305 L0BED lbsr L11E3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1306 blt L0C20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1307 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1308 addd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1309 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1310 cmpd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1311 bcs L0C20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1312 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1313 cmpd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1314 bcc L0C20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1315 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1316 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1317 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1318 andb #$EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1319 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1320 lbra L0C7E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1321 bra L0C20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1322 L0C13 stx -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1323 lbeq L0BA7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1324 cmpx #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1325 lbeq L0BC0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1326 L0C20 ldd <$10,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1327 cmpd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1328 bne L0C42
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1329 leax $0C,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1330 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1331 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1332 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1333 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1334 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1335 ldd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1336 subd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1337 lbsr L122E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1338 lbsr L11CE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1339 lbsr L1247
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1340 L0C42 ldd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1341 L0C44 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1342 L0C46 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1343 andb #$EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1344 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1345 ldd <$10,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1346 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1347 leax $0E,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1348 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1349 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1350 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1351 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1352 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1353 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1354 lbsr L1481
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1355 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1356 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1357 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1358 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1359 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1360 fcb $8D,$04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1361 fcb $FF,$FF,$FF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1362 fcb $FF,$35,$10
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1363 L0C72 lbsr L11E3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1364 bne L0C7E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1365 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1366 bra L0C80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1367 L0C7E clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1368 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1369 L0C80 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1370 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1371 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1372 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1373 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1374 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1375 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1376 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1377 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1378 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1379 ldd $0A,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1380 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1381 lbsr L0B44
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1382 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1383 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1384 L0C9B pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1385 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1386 beq L0CA8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1387 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1388 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1389 andb #$03
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1390 bne L0CBB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1391 L0CA8 fdb $8d04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1392 fcb $FF,$FF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1393 fdb $FFFF,$3510
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1394 L0CAE leau >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1395 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1396 lbsr L1247
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1397 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1398 L0CBB ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1399 anda #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1400 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1401 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1402 bne L0CCB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1403 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1404 lbsr L10A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1405 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1406 L0CCB ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1407 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1408 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1409 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1410 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1411 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1412 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1413 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1414 lbsr L1481
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1415 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1416 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1417 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1418 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1419 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1420 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1421 anda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1422 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1423 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1424 beq L0CF4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1425 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1426 bra L0CF6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1427 L0CF4 ldd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1428 L0CF6 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1429 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1430 subd ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1431 lbsr L122E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1432 lbsr L11B9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1433 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1434 L0D04 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1435 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1436 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1437 anda #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1438 andb #$22
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1439 cmpd #$8002
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1440 beq L0D28
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1441 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1442 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1443 andb #$22
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1444 cmpd #$0002
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1445 lbne L0E40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1446 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1447 lbsr L10A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1448 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1449 L0D28 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1450 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1451 andb #$04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1452 beq L0D64
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1453 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1454 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1455 leax $07,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1456 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1457 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1458 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1459 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1460 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1461 andb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1462 beq L0D49
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1463 leax >L1471,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1464 bra L0D4D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1465 L0D49 leax >L1458,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1466 L0D4D tfr x,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1467 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1468 jsr ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1469 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1470 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1471 bne L0DA5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1472 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1473 orb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1474 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1475 lbra L0E40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1476 L0D64 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1477 anda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1478 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1479 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1480 bne L0D74
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1481 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1482 lbsr L0E5D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1483 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1484 L0D74 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1485 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1486 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1487 subd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1488 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1489 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1490 stb ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1491 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1492 cmpd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1493 bcc L0D9A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1494 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1495 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1496 andb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1497 beq L0DA5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1498 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1499 cmpd #$000D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1500 bne L0DA5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1501 L0D9A pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1502 lbsr L0E5D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1503 std ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1504 lbne L0E40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1505 L0DA5 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1506 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1507 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1508 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1509 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1510 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1511 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1512 ldd #$0008
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1513 lbsr L130A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1514 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1515 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1516 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1517 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1518 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1519 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1520 lbsr L0D04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1521 lbra L0F17
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1522 L0DCC pshs u,b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1523 leau >$00FF,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1524 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1525 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1526 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1527 bra L0DE2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1528 L0DD8 tfr u,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1529 leau u000D,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1530 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1531 bsr L0DF5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1532 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1533 L0DE2 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1534 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1535 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1536 subd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1537 cmpd #$0010
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1538 blt L0DD8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1539 lbra L0E59
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1540 L0DF5 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1541 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1542 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1543 cmpu #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1544 beq L0E05
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1545 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1546 bne L0E0B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1547 L0E05 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1548 lbra L0E59
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1549 L0E0B ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1550 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1551 andb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1552 beq L0E1A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1553 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1554 bsr L0E2F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1555 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1556 bra L0E1C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1557 L0E1A clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1558 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1559 L0E1C std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1560 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1561 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1562 lbsr L13BA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1563 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1564 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1565 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1566 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1567 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1568 bra L0E59
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1569 L0E2F pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1570 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1571 beq L0E40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1572 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1573 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1574 andb #$22
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1575 cmpd #$0002
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1576 beq L0E45
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1577 L0E40 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1578 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1579 L0E45 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1580 anda #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1581 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1582 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1583 bne L0E55
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1584 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1585 lbsr L10A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1586 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1587 L0E55 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1588 bsr L0E5D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1589 L0E59 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1590 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1591 L0E5D pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1592 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1593 leas -$04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1594 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1595 anda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1596 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1597 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1598 bne L0E8F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1599 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1600 cmpd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1601 beq L0E8F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1602 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1603 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1604 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1605 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1606 lbsr L0C9B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1607 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1608 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1609 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1610 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1611 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1612 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1613 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1614 lbsr L1481
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1615 leas $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1616 L0E8F ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1617 subd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1618 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1619 lbeq L0F07
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1620 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1621 anda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1622 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1623 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1624 lbeq L0F07
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1625 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1626 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1627 andb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1628 beq L0EDE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1629 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1630 bra L0ED6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1631 L0EAF ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1632 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1633 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1634 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1635 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1636 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1637 lbsr L1471
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1638 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1639 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1640 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1641 bne L0ECC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1642 leax $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1643 bra L0EF6
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1644 L0ECC ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1645 subd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1646 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1647 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1648 addd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1649 L0ED6 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1650 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1651 bne L0EAF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1652 bra L0F07
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1653 L0EDE ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1654 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1655 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1656 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1657 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1658 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1659 lbsr L1458
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1660 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1661 cmpd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1662 beq L0F07
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1663 bra L0EF8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1664 L0EF6 leas -$04,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1665 L0EF8 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1666 orb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1667 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1668 ldd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1669 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1670 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1671 bra L0F17
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1672 L0F07 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1673 ora #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1674 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1675 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1676 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1677 addd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1678 std u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1679 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1680 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1681 L0F17 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1682 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1683 L0F1B pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1684 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1685 leax >$01D0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1686 leax d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1687 ldb ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1688 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1689 andb #$04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1690 beq L0F4A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1691 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1692 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1693 andb #$DF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1694 bra L0F4C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1695 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1696 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1697 leax >$01D0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1698 leax d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1699 ldb ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1700 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1701 andb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1702 beq L0F4A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1703 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1704 orb #$20
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1705 bra L0F4C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1706 L0F4A ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1707 L0F4C puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1708 L0F4E pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1709 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1710 beq L0F9A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1711 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1712 anda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1713 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1714 std -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1715 bne L0F9A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1716 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1717 cmpd u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1718 bcc L0F76
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1719 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1720 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1721 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1722 subd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1723 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1724 ldb ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1725 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1726 lbra L10A0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1727 L0F76 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1728 lbsr L0FE9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1729 lbra L109E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1730 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1731 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1732 beq L0F9A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1733 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1734 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1735 andb #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1736 beq L0F9A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1737 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1738 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1739 beq L0F9A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1740 ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1741 cmpd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1742 bhi L0F9F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1743 L0F9A ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1744 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1745 L0F9F ldd ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1746 addd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1747 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1748 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1749 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1750 stb ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1751 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1752 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1753 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1754 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1755 leas -$04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1756 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1757 lbsr L0F4E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1758 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1759 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1760 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1761 beq L0FD4
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1762 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1763 lbsr L0F4E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1764 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1765 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1766 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1767 bne L0FD9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1768 L0FD4 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1769 bra L0FE5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1770 L0FD9 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1771 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1772 ldd #$0008
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1773 lbsr L1321
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1774 addd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1775 L0FE5 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1776 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1777 L0FE9 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1778 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1779 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1780 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1781 anda #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1782 andb #$31
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1783 cmpd #$8001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1784 beq L100F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1785 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1786 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1787 andb #$31
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1788 cmpd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1789 lbne L1088
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1790 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1791 lbsr L10A2
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1792 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1793 L100F leax >$00FF,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1794 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1795 cmpu ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1796 bne L102C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1797 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1798 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1799 andb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1800 beq L102C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1801 leax >$010C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1802 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1803 lbsr L0E2F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1804 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1805 L102C ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1806 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1807 andb #$08
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1808 beq L1058
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1809 ldd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1810 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1811 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1812 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1813 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1814 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1815 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1816 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1817 andb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1818 beq L104C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1819 leax >L1448,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1820 bra L1050
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1821 L104C leax >L1427,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1822 L1050 tfr x,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1823 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1824 jsr ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1825 bra L106A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1826 L1058 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1827 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1828 leax u000A,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1829 stx u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1830 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1831 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1832 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1833 lbsr L1427
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1834 L106A leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1835 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1836 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1837 bgt L108D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1838 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1839 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1840 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1841 beq L107F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1842 ldd #$0020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1843 bra L1082
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1844 L107F ldd #$0010
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1845 L1082 ora ,s+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1846 orb ,s+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1847 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1848 L1088 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1849 bra L109E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1850 L108D ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1851 addd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1852 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1853 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1854 addd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1855 std u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1856 ldb [<u0002,u]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1857 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1858 L109E leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1859 L10A0 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1860 L10A2 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1861 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1862 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1863 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1864 andb #$C0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1865 bne L10DA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1866 leas <-$20,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1867 leax ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1868 pshs x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1869 ldd u0008,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1870 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1871 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1872 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1873 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1874 lbsr L133C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1875 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1876 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1877 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1878 ldb $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1879 bne L10CE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1880 ldd #$0040
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1881 bra L10D1
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1882 L10CE ldd #$0080
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1883 L10D1 ora ,s+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1884 orb ,s+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1885 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1886 leas <$20,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1887 L10DA ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1888 ora #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1889 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1890 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1891 andb #$0C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1892 beq L10E7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1893 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1894 L10E7 ldd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1895 bne L10FC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1896 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1897 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1898 andb #$40
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1899 beq L10F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1900 ldd #$0080
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1901 bra L10FA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1902 L10F7 ldd #$0100
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1903 L10FA std u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1904 L10FC ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1905 bne L1111
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1906 ldd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1907 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1908 lbsr L1541
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1909 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1910 std u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1911 cmpd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1912 beq L1119
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1913 L1111 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1914 orb #$08
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1915 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1916 bra L1128
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1917 L1119 ldd u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1918 orb #$04
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1919 std u0006,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1920 leax u000A,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1921 stx u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1922 ldd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1923 std u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1924 L1128 ldd u0002,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1925 addd u000B,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1926 std u0004,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1927 std ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1928 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1929 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1930 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1931 L1136 ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1932 bne L1136
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1933 tfr u,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1934 subd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1935 addd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1936 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1937 L1143 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1938 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1939 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1940 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1941 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1942 L114D ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1943 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1944 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1945 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1946 stb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1947 bne L114D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1948 bra L1182
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1949 L115B pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1950 ldu $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1951 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1952 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1953 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1954 L1165 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1955 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1956 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1957 ldb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1958 bne L1165
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1959 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1960 addd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1961 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1962 L1176 ldb ,u+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1963 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1964 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1965 stx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1966 stb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1967 bne L1176
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1968 L1182 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1969 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1970 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1971 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1972 ldu $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1973 bra L119E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1974 L118E ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1975 leax $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1976 stx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1977 ldb -$01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1978 bne L119C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1979 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1980 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1981 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1982 L119C leau u0001,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1983 L119E ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1984 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1985 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1986 ldb [<$08,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1987 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1988 cmpd ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1989 beq L118E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1990 ldb [<$06,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1991 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1992 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1993 ldb ,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1994 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1995 subd ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1996 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1997 L11B9 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1998 addd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
1999 std >$0294,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2000 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2001 adcb $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2002 adca ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2003 std >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2004 lbra L125D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2005 L11CE ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2006 subd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2007 std >$0294,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2008 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2009 sbcb $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2010 sbca ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2011 std >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2012 lbra L125D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2013 L11E3 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2014 cmpd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2015 bne L11FC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2016 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2017 cmpd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2018 beq L11FC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2019 bcs L11F9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2020 lda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2021 andcc #$FE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2022 bra L11FC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2023 L11F9 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2024 cmpa #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2025 L11FC pshs cc
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2026 ldd $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2027 std $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2028 puls cc
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2029 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2030 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2031 L1207 lbsr L126C
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2032 ldd #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2033 subd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2034 std $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2035 ldd #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2036 sbcb $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2037 sbca ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2038 std ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2039 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2040 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2041 coma
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2042 comb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2043 std >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2044 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2045 coma
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2046 comb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2047 leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2048 std $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2049 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2050 L122E leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2051 std $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2052 tfr a,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2053 sex
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2054 tfr a,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2055 std ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2056 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2057 leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2058 std $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2059 clr ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2060 clr $01,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2061 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2062 L1247 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2063 ldy $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2064 ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2065 std ,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2066 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2067 std $02,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2068 puls x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2069 exg y,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2070 puls b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2071 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2072 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2073 L125D tfr cc,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2074 puls x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2075 stx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2076 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2077 leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2078 tfr a,cc
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2079 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2080 L126C ldd ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2081 std >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2082 ldd $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2083 leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2084 std $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2085 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2086 subd #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2087 beq L128A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2088 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2089 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2090 clr ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2091 clr $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2092 bra L12B8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2093 L128A puls b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2094 std ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2095 ldd #$002D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2096 lbra L132D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2097 L1294 subd #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2098 beq L128A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2099 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2100 leas -$02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2101 clr ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2102 clr $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2103 tsta
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2104 bpl L12AC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2105 nega
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2106 negb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2107 sbca #$00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2108 inc $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2109 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2110 L12AC ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2111 bpl L12B8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2112 nega
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2113 negb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2114 sbca #$00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2115 com $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2116 std $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2117 L12B8 lda #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2118 L12BA inca
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2119 lsl $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2120 rol $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2121 bpl L12BA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2122 sta ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2123 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2124 clr $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2125 clr $07,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2126 L12C9 subd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2127 bcc L12D3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2128 addd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2129 andcc #$FE
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2130 bra L12D5
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2131 L12D3 orcc #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2132 L12D5 rol $07,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2133 rol $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2134 lsr $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2135 ror $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2136 dec ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2137 bne L12C9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2138 std $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2139 tst $01,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2140 beq L12EF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2141 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2142 nega
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2143 negb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2144 sbca #$00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2145 std $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2146 L12EF ldx $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2147 ldd $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2148 std $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2149 stx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2150 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2151 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2152 leas $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2153 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2154 tstb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2155 beq L1314
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2156 L1301 asr $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2157 ror $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2158 decb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2159 bne L1301
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2160 bra L1314
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2161 L130A tstb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2162 beq L1314
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2163 L130D lsr $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2164 ror $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2165 decb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2166 bne L130D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2167 L1314 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2168 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2169 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2170 std $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2171 ldd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2172 leas $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2173 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2174 L1321 tstb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2175 beq L1314
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2176 L1324 lsl $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2177 rol $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2178 decb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2179 bne L1324
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2180 bra L1314
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2181 L132D std >$029E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2182 pshs y,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2183 os9 F$ID
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2184 puls y,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2185 os9 F$Send
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2186 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2187 L133C lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2188 ldb $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2189 beq L136F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2190 cmpb #$01
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2191 beq L1371
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2192 cmpb #$06
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2193 beq L1371
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2194 cmpb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2195 beq L1357
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2196 cmpb #$05
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2197 beq L1357
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2198 ldb #$D0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2199 lbra L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2200 L1357 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2201 os9 I$GetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2202 bcc L1363
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2203 puls u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2204 lbra L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2205 L1363 stx [<$08,s]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2206 ldx $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2207 stu $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2208 puls u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2209 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2210 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2211 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2212 L136F ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2213 L1371 os9 I$GetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2214 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2215 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2216 ldb $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2217 beq L1386
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2218 cmpb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2219 beq L138E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2220 ldb #$D0
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2221 lbra L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2222 L1386 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2223 os9 I$SetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2224 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2225 L138E pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2226 ldx $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2227 ldu $0A,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2228 os9 I$SetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2229 puls u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2230 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2231 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2232 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2233 os9 I$Open
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2234 bcs L13A8
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2235 os9 I$Close
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2236 L13A8 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2237 L13AB ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2238 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2239 os9 I$Open
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2240 lbcs L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2241 tfr a,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2242 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2243 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2244 L13BA lda $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2245 os9 I$Close
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2246 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2247 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2248 ldb $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2249 os9 I$MakDir
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2250 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2251 L13CC ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2252 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2253 tfr a,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2254 andb #$24
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2255 orb #$0B
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2256 os9 I$Create
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2257 bcs L13DF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2258 L13DB tfr a,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2259 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2260 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2261 L13DF cmpb #$DA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2262 lbne L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2263 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2264 bita #$80
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2265 lbne L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2266 anda #$07
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2267 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2268 os9 I$Open
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2269 lbcs L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2270 pshs u,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2271 ldx #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2272 leau ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2273 ldb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2274 os9 I$SetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2275 puls u,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2276 bcc L13DB
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2277 pshs b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2278 os9 I$Close
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2279 puls b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2280 lbra L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2281 ldx $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2282 os9 I$Delete
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2283 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2284 lda $03,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2285 os9 I$Dup
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2286 lbcs L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2287 tfr a,b
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2288 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2289 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2290 L1427 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2291 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2292 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2293 ldy $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2294 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2295 os9 I$Read
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2296 L1435 bcc L1444
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2297 cmpb #$D3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2298 bne L143F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2299 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2300 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2301 puls pc,y,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2302 L143F puls y,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2303 lbra L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2304 L1444 tfr y,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2305 puls pc,y,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2306 L1448 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2307 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2308 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2309 ldy $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2310 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2311 os9 I$ReadLn
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2312 bra L1435
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2313 L1458 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2314 ldy $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2315 beq L146D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2316 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2317 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2318 os9 I$Write
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2319 L1466 bcc L146D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2320 puls y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2321 lbra L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2322 L146D tfr y,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2323 puls pc,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2324 L1471 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2325 ldy $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2326 beq L146D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2327 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2328 ldx $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2329 os9 I$WritLn
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2330 bra L1466
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2331 L1481 pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2332 ldd $0A,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2333 bne L148F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2334 ldu #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2335 ldx #$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2336 bra L14C3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2337 L148F cmpd #$0001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2338 beq L14BA
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2339 cmpd #$0002
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2340 beq L14AF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2341 ldb #$F7
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2342 L149D clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2343 std >$029E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2344 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2345 leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2346 std ,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2347 std $02,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2348 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2349 L14AF lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2350 ldb #$02
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2351 os9 I$GetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2352 bcs L149D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2353 bra L14C3
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2354 L14BA lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2355 ldb #$05
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2356 os9 I$GetStt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2357 bcs L149D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2358 L14C3 tfr u,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2359 addd $08,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2360 std >$0294,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2361 tfr d,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2362 tfr x,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2363 adcb $07,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2364 adca $06,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2365 bmi L149D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2366 tfr d,x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2367 std >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2368 lda $05,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2369 os9 I$Seek
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2370 bcs L149D
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2371 leax >$0292,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2372 puls pc,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2373 ldd >$0290,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2374 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2375 ldd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2376 cmpd >$02A0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2377 bcs L151E
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2378 addd >$0290,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2379 bcs L150A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2380 pshs y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2381 subd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2382 os9 F$Mem
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2383 tfr y,d
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2384 puls y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2385 bcc L1510
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2386 L150A ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2387 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2388 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2389 L1510 std >$0290,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2390 addd >$02A0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2391 subd ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2392 std >$02A0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2393 L151E leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2394 ldd >$02A0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2395 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2396 subd $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2397 std >$02A0,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2398 ldd >$0290,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2399 subd ,s++
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2400 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2401 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2402 ldx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2403 L1537 sta ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2404 cmpx >$0290,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2405 bcs L1537
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2406 puls pc,b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2407 L1541 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2408 addd >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2409 bcs L156A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2410 cmpd >$029C,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2411 bcc L156A
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2412 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2413 ldx >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2414 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2415 L1557 cmpx ,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2416 bcc L155F
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2417 sta ,x+
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2418 bra L1557
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2419 L155F ldd >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2420 puls x
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2421 stx >$029A,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2422 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2423 L156A ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2424 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2425 L156E pshs u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2426 tfr y,u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2427 ldx $04,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2428 stx >$02A2,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2429 leax >L1584,pcr
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2430 os9 F$Icpt
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2431 puls u
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2432 lbra L1599
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2433 L1584 tfr u,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2434 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2435 pshs b,a
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2436 jsr [>$02A2,y]
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2437 leas $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2438 rti
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2439 L1590 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2440 std >$029E,y
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2441 ldd #$FFFF
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2442 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2443 L1599 bcs L1590
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2444 clra
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2445 clrb
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2446 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2447 L159E lbsr L15A9
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2448 lbsr L0DCC
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2449 L15A4 ldd $02,s
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2450 os9 F$Exit
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2451 L15A9 rts
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2452 L15AA fdb $0001,$0001,$5100
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2453 fdb $0000,$0000,$0000,$0100,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2454 fdb $0000,$0002,$0001,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2455 fdb $4200,$0200,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2456 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2457 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2458 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2459 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2460 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2461 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2462 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2463 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2464 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2465 fdb $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2466 fdb $0101,$0101,$0101,$0101,$0111,$1101,$1111,$0101
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2467 fdb $0101,$0101,$0101,$0101,$0101,$0101,$0101,$0101
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2468 fdb $3020,$2020,$2020,$2020,$2020,$2020,$2020,$2020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2469 fdb $4848,$4848,$4848,$4848,$4848,$2020,$2020,$2020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2470 fdb $2042,$4242,$4242,$4202,$0202,$0202,$0202,$0202
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2471 fdb $0202,$0202,$0202,$0202,$0202,$0220,$2020,$2020
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2472 fdb $2044,$4444,$4444,$4404,$0404,$0404,$0404,$0404
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2473 fdb $0404,$0404,$0404,$0404,$0404,$0420,$2020,$2001
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2474 fdb $0000,$0000
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2475 fcc "help"
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2476 fcb $00
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2477
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2478 emod
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2479 eom equ *
0d2d4a28c490 cmp.asm and help.asm now assemble correctly
boisy
parents:
diff changeset
2480 end