1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +00:00

Last branch op code optimization

This commit is contained in:
David Schmenk 2018-01-20 10:37:21 -08:00
parent 3807a29fc9
commit eb852c8a73

View File

@ -1371,7 +1371,7 @@ BRNCH TYA ; FLATTEN IP
ADC IPH
STA TMPH ; ADD BRANCH OFFSET
LDA (TMP),Y
CLC
;CLC ; BETTER NOT CARRY OUT OF IP+Y
ADC TMPL
STA IPL
INY