File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 156
156
; 23_09_18 kubecj -slightly fixed font3 in s64 driver
157
157
; 23_09_23 kubecj 0.9.6 s64peedy gonzales build with faster s64 driver
158
158
; 23_11_26 kubecj 0.9.7 slight bugfixes regarding screen outputs, splitting and [more]. Fixes help display in Savoir Faire
159
+ ; 23_11_27 kubecj fixed stupid bug in scan_table when called with size of 0 - automatically should return false
159
160
160
161
161
162
version_hihi = 0
@@ -5288,6 +5289,10 @@ opvar_scan_table:
5288
5289
;arg3 - length of table
5289
5290
;arg4 - bit 7 - on = word, off = byte, lower 7 bits = increment [optional]
5290
5291
5292
+ LDA arg3_lo_86
5293
+ ORA arg3_hi_87
5294
+ BEQ word_not_found3
5295
+
5291
5296
.if ZVER >= 5
5292
5297
LDA argument_count_81
5293
5298
CMP # 4
You can’t perform that action at this time.
0 commit comments