Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b137df0

Browse files
committedNov 27, 2023
0.9.7 scan_table fixed
1 parent 9798729 commit b137df0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎boot.asm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
; 23_09_18 kubecj -slightly fixed font3 in s64 driver
157157
; 23_09_23 kubecj 0.9.6 s64peedy gonzales build with faster s64 driver
158158
; 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
159160

160161

161162
version_hihi = 0
@@ -5288,6 +5289,10 @@ opvar_scan_table:
52885289
;arg3 - length of table
52895290
;arg4 - bit 7 - on = word, off = byte, lower 7 bits = increment [optional]
52905291

5292+
LDA arg3_lo_86
5293+
ORA arg3_hi_87
5294+
BEQ word_not_found3
5295+
52915296
.if ZVER >= 5
52925297
LDA argument_count_81
52935298
CMP #4

0 commit comments

Comments
 (0)
Please sign in to comment.