1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Set X register to 0 so that 16bit promotion works as expected.

This commit is contained in:
Marco van den Heuvel 2018-03-20 14:05:55 -07:00
parent 5d4116f05f
commit d34c93a464

View File

@ -14,6 +14,7 @@
lda VIC_CLK_128 lda VIC_CLK_128
and #$01 and #$01
ldx #$00
rts rts
.endproc .endproc