File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,12 +140,11 @@ __ARRAY:
140140
141141 ld hl , 0 ; BC = Offset "accumulator"
142142
143- #line 48 "/src/zxb/trunk/library-asm/array.asm"
144-
145143LOOP :
144+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
146145 pop bc ; Get next index (Ai) from the stack
147146
148- #line 60 "/src/zxb/trunk/library-asm/array.asm"
147+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
149148
150149 add hl , bc ; Adds current index
151150
@@ -163,10 +162,8 @@ LOOP:
163162 exx
164163 pop de ; DE = Max bound Number (i-th dimension)
165164
166- #line 80 "/src/zxb/trunk/library-asm/array.asm"
167165 ;call __MUL16_FAST ; HL *= DE
168166 call __FNMUL
169- #line 86 "/src/zxb/trunk/library-asm/array.asm"
170167 jp LOOP
171168
172169ARRAY_END:
@@ -177,7 +174,7 @@ ARRAY_END:
177174 push de
178175 exx
179176
180- #line 100 "/src/zxb/trunk/library-asm/array.asm"
177+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
181178 LOCAL ARRAY_SIZE_LOOP
182179
183180 ex de , hl
@@ -208,7 +205,7 @@ ARRAY_SIZE_LOOP:
208205
209206 ;add hl, de
210207 ;__ARRAY_FIN:
211- #line 131 "/src/zxb/trunk/library-asm/array.asm"
208+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
212209
213210 pop de
214211 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -167,12 +167,11 @@ __ARRAY:
167167
168168 ld hl , 0 ; BC = Offset "accumulator"
169169
170- #line 48 "/src/zxb/trunk/library-asm/array.asm"
171-
172170LOOP :
171+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
173172 pop bc ; Get next index (Ai) from the stack
174173
175- #line 60 "/src/zxb/trunk/library-asm/array.asm"
174+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
176175
177176 add hl , bc ; Adds current index
178177
@@ -190,10 +189,8 @@ LOOP:
190189 exx
191190 pop de ; DE = Max bound Number (i-th dimension)
192191
193- #line 80 "/src/zxb/trunk/library-asm/array.asm"
194192 ;call __MUL16_FAST ; HL *= DE
195193 call __FNMUL
196- #line 86 "/src/zxb/trunk/library-asm/array.asm"
197194 jp LOOP
198195
199196ARRAY_END:
@@ -204,7 +201,7 @@ ARRAY_END:
204201 push de
205202 exx
206203
207- #line 100 "/src/zxb/trunk/library-asm/array.asm"
204+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
208205 LOCAL ARRAY_SIZE_LOOP
209206
210207 ex de , hl
@@ -235,7 +232,7 @@ ARRAY_SIZE_LOOP:
235232
236233 ;add hl, de
237234 ;__ARRAY_FIN:
238- #line 131 "/src/zxb/trunk/library-asm/array.asm"
235+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
239236
240237 pop de
241238 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -135,12 +135,11 @@ __ARRAY:
135135
136136 ld hl , 0 ; BC = Offset "accumulator"
137137
138- #line 48 "/src/zxb/trunk/library-asm/array.asm"
139-
140138LOOP :
139+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
141140 pop bc ; Get next index (Ai) from the stack
142141
143- #line 60 "/src/zxb/trunk/library-asm/array.asm"
142+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
144143
145144 add hl , bc ; Adds current index
146145
@@ -158,10 +157,8 @@ LOOP:
158157 exx
159158 pop de ; DE = Max bound Number (i-th dimension)
160159
161- #line 80 "/src/zxb/trunk/library-asm/array.asm"
162160 ;call __MUL16_FAST ; HL *= DE
163161 call __FNMUL
164- #line 86 "/src/zxb/trunk/library-asm/array.asm"
165162 jp LOOP
166163
167164ARRAY_END:
@@ -172,7 +169,7 @@ ARRAY_END:
172169 push de
173170 exx
174171
175- #line 100 "/src/zxb/trunk/library-asm/array.asm"
172+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
176173 LOCAL ARRAY_SIZE_LOOP
177174
178175 ex de , hl
@@ -203,7 +200,7 @@ ARRAY_SIZE_LOOP:
203200
204201 ;add hl, de
205202 ;__ARRAY_FIN:
206- #line 131 "/src/zxb/trunk/library-asm/array.asm"
203+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
207204
208205 pop de
209206 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -138,12 +138,11 @@ __ARRAY:
138138
139139 ld hl , 0 ; BC = Offset "accumulator"
140140
141- #line 48 "/src/zxb/trunk/library-asm/array.asm"
142-
143141LOOP :
142+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
144143 pop bc ; Get next index (Ai) from the stack
145144
146- #line 60 "/src/zxb/trunk/library-asm/array.asm"
145+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
147146
148147 add hl , bc ; Adds current index
149148
@@ -161,10 +160,8 @@ LOOP:
161160 exx
162161 pop de ; DE = Max bound Number (i-th dimension)
163162
164- #line 80 "/src/zxb/trunk/library-asm/array.asm"
165163 ;call __MUL16_FAST ; HL *= DE
166164 call __FNMUL
167- #line 86 "/src/zxb/trunk/library-asm/array.asm"
168165 jp LOOP
169166
170167ARRAY_END:
@@ -175,7 +172,7 @@ ARRAY_END:
175172 push de
176173 exx
177174
178- #line 100 "/src/zxb/trunk/library-asm/array.asm"
175+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
179176 LOCAL ARRAY_SIZE_LOOP
180177
181178 ex de , hl
@@ -206,7 +203,7 @@ ARRAY_SIZE_LOOP:
206203
207204 ;add hl, de
208205 ;__ARRAY_FIN:
209- #line 131 "/src/zxb/trunk/library-asm/array.asm"
206+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
210207
211208 pop de
212209 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -133,12 +133,11 @@ __ARRAY:
133133
134134 ld hl , 0 ; BC = Offset "accumulator"
135135
136- #line 48 "/src/zxb/trunk/library-asm/array.asm"
137-
138136LOOP :
137+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
139138 pop bc ; Get next index (Ai) from the stack
140139
141- #line 60 "/src/zxb/trunk/library-asm/array.asm"
140+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
142141
143142 add hl , bc ; Adds current index
144143
@@ -156,10 +155,8 @@ LOOP:
156155 exx
157156 pop de ; DE = Max bound Number (i-th dimension)
158157
159- #line 80 "/src/zxb/trunk/library-asm/array.asm"
160158 ;call __MUL16_FAST ; HL *= DE
161159 call __FNMUL
162- #line 86 "/src/zxb/trunk/library-asm/array.asm"
163160 jp LOOP
164161
165162ARRAY_END:
@@ -170,7 +167,7 @@ ARRAY_END:
170167 push de
171168 exx
172169
173- #line 100 "/src/zxb/trunk/library-asm/array.asm"
170+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
174171 LOCAL ARRAY_SIZE_LOOP
175172
176173 ex de , hl
@@ -201,7 +198,7 @@ ARRAY_SIZE_LOOP:
201198
202199 ;add hl, de
203200 ;__ARRAY_FIN:
204- #line 131 "/src/zxb/trunk/library-asm/array.asm"
201+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
205202
206203 pop de
207204 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -133,12 +133,11 @@ __ARRAY:
133133
134134 ld hl , 0 ; BC = Offset "accumulator"
135135
136- #line 48 "/src/zxb/trunk/library-asm/array.asm"
137-
138136LOOP :
137+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
139138 pop bc ; Get next index (Ai) from the stack
140139
141- #line 60 "/src/zxb/trunk/library-asm/array.asm"
140+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
142141
143142 add hl , bc ; Adds current index
144143
@@ -156,10 +155,8 @@ LOOP:
156155 exx
157156 pop de ; DE = Max bound Number (i-th dimension)
158157
159- #line 80 "/src/zxb/trunk/library-asm/array.asm"
160158 ;call __MUL16_FAST ; HL *= DE
161159 call __FNMUL
162- #line 86 "/src/zxb/trunk/library-asm/array.asm"
163160 jp LOOP
164161
165162ARRAY_END:
@@ -170,7 +167,7 @@ ARRAY_END:
170167 push de
171168 exx
172169
173- #line 100 "/src/zxb/trunk/library-asm/array.asm"
170+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
174171 LOCAL ARRAY_SIZE_LOOP
175172
176173 ex de , hl
@@ -201,7 +198,7 @@ ARRAY_SIZE_LOOP:
201198
202199 ;add hl, de
203200 ;__ARRAY_FIN:
204- #line 131 "/src/zxb/trunk/library-asm/array.asm"
201+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
205202
206203 pop de
207204 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -156,12 +156,11 @@ __ARRAY:
156156
157157 ld hl , 0 ; BC = Offset "accumulator"
158158
159- #line 48 "/src/zxb/trunk/library-asm/array.asm"
160-
161159LOOP :
160+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
162161 pop bc ; Get next index (Ai) from the stack
163162
164- #line 60 "/src/zxb/trunk/library-asm/array.asm"
163+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
165164
166165 add hl , bc ; Adds current index
167166
@@ -179,10 +178,8 @@ LOOP:
179178 exx
180179 pop de ; DE = Max bound Number (i-th dimension)
181180
182- #line 80 "/src/zxb/trunk/library-asm/array.asm"
183181 ;call __MUL16_FAST ; HL *= DE
184182 call __FNMUL
185- #line 86 "/src/zxb/trunk/library-asm/array.asm"
186183 jp LOOP
187184
188185ARRAY_END:
@@ -193,7 +190,7 @@ ARRAY_END:
193190 push de
194191 exx
195192
196- #line 100 "/src/zxb/trunk/library-asm/array.asm"
193+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
197194 LOCAL ARRAY_SIZE_LOOP
198195
199196 ex de , hl
@@ -224,7 +221,7 @@ ARRAY_SIZE_LOOP:
224221
225222 ;add hl, de
226223 ;__ARRAY_FIN:
227- #line 131 "/src/zxb/trunk/library-asm/array.asm"
224+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
228225
229226 pop de
230227 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -134,12 +134,11 @@ __ARRAY:
134134
135135 ld hl , 0 ; BC = Offset "accumulator"
136136
137- #line 48 "/src/zxb/trunk/library-asm/array.asm"
138-
139137LOOP :
138+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
140139 pop bc ; Get next index (Ai) from the stack
141140
142- #line 60 "/src/zxb/trunk/library-asm/array.asm"
141+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
143142
144143 add hl , bc ; Adds current index
145144
@@ -157,10 +156,8 @@ LOOP:
157156 exx
158157 pop de ; DE = Max bound Number (i-th dimension)
159158
160- #line 80 "/src/zxb/trunk/library-asm/array.asm"
161159 ;call __MUL16_FAST ; HL *= DE
162160 call __FNMUL
163- #line 86 "/src/zxb/trunk/library-asm/array.asm"
164161 jp LOOP
165162
166163ARRAY_END:
@@ -171,7 +168,7 @@ ARRAY_END:
171168 push de
172169 exx
173170
174- #line 100 "/src/zxb/trunk/library-asm/array.asm"
171+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
175172 LOCAL ARRAY_SIZE_LOOP
176173
177174 ex de , hl
@@ -202,7 +199,7 @@ ARRAY_SIZE_LOOP:
202199
203200 ;add hl, de
204201 ;__ARRAY_FIN:
205- #line 131 "/src/zxb/trunk/library-asm/array.asm"
202+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
206203
207204 pop de
208205 add hl , de ; Adds element start
Original file line number Diff line number Diff line change @@ -134,12 +134,11 @@ __ARRAY:
134134
135135 ld hl , 0 ; BC = Offset "accumulator"
136136
137- #line 48 "/src/zxb/trunk/library-asm/array.asm"
138-
139137LOOP :
138+ #line 49 "/src/zxb/trunk/library-asm/array.asm"
140139 pop bc ; Get next index (Ai) from the stack
141140
142- #line 60 "/src/zxb/trunk/library-asm/array.asm"
141+ #line 59 "/src/zxb/trunk/library-asm/array.asm"
143142
144143 add hl , bc ; Adds current index
145144
@@ -157,10 +156,8 @@ LOOP:
157156 exx
158157 pop de ; DE = Max bound Number (i-th dimension)
159158
160- #line 80 "/src/zxb/trunk/library-asm/array.asm"
161159 ;call __MUL16_FAST ; HL *= DE
162160 call __FNMUL
163- #line 86 "/src/zxb/trunk/library-asm/array.asm"
164161 jp LOOP
165162
166163ARRAY_END:
@@ -171,7 +168,7 @@ ARRAY_END:
171168 push de
172169 exx
173170
174- #line 100 "/src/zxb/trunk/library-asm/array.asm"
171+ #line 92 "/src/zxb/trunk/library-asm/array.asm"
175172 LOCAL ARRAY_SIZE_LOOP
176173
177174 ex de , hl
@@ -202,7 +199,7 @@ ARRAY_SIZE_LOOP:
202199
203200 ;add hl, de
204201 ;__ARRAY_FIN:
205- #line 131 "/src/zxb/trunk/library-asm/array.asm"
202+ #line 123 "/src/zxb/trunk/library-asm/array.asm"
206203
207204 pop de
208205 add hl , de ; Adds element start
You can’t perform that action at this time.
0 commit comments