mirror of
https://github.com/irmen/prog8.git
synced 2024-12-25 23:29:55 +00:00
tiny optimization
This commit is contained in:
parent
aac5a4c27f
commit
0f6a98751a
@ -189,8 +189,7 @@ interrupt {
|
||||
ldx #4
|
||||
- ldy #0
|
||||
- lda (cx16.r0),y
|
||||
sec
|
||||
sbc #128 ; convert to signed
|
||||
eor #$80 ; convert to signed 8-bit
|
||||
sta cx16.VERA_AUDIO_DATA
|
||||
iny
|
||||
bne -
|
||||
|
Loading…
Reference in New Issue
Block a user