mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-09 13:29:41 +00:00
Fix J (and optional K) problem discovered in unit tests
This commit is contained in:
parent
1e4c84d86a
commit
b626a7a790
@ -2589,18 +2589,18 @@ eword
|
|||||||
|
|
||||||
; H: ( -- n ) copy second-inner loop index to stack
|
; H: ( -- n ) copy second-inner loop index to stack
|
||||||
dword JX,"J",F_CONLY
|
dword JX,"J",F_CONLY
|
||||||
lda 13,s
|
lda 17,s
|
||||||
tay
|
tay
|
||||||
lda 15,s
|
lda 19,s
|
||||||
PUSHNEXT
|
PUSHNEXT
|
||||||
eword
|
eword
|
||||||
|
|
||||||
.if 0
|
.if 0
|
||||||
; H: ( -- n ) copy third-inner loop index to stack
|
; H: ( -- n ) copy third-inner loop index to stack
|
||||||
dword KX,"K",F_CONLY
|
dword KX,"K",F_CONLY
|
||||||
lda 21,s
|
lda 29,s
|
||||||
tay
|
tay
|
||||||
lda 23,s
|
lda 31,s
|
||||||
PUSHNEXT
|
PUSHNEXT
|
||||||
eword
|
eword
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user