1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 19:29:37 +00:00

shorter code

This commit is contained in:
Stefan 2017-05-18 23:58:10 +02:00 committed by GitHub
parent 0d4edc326e
commit 75028e4108

View File

@ -104,7 +104,7 @@ joy1: lda #$7F
sei
sta CIA1_PRA
lda CIA1_PRB
cli
back: cli
and #$1F
eor #$1F
rts
@ -118,9 +118,4 @@ joy2: ldx #0
sta CIA1_DDRA
lda CIA1_PRA
sty CIA1_DDRA
cli
and #$1F
eor #$1F
rts
jmp back