mirror of
https://github.com/cc65/cc65.git
synced 2025-01-21 15:32:41 +00:00
Optimise waitvsync.s
This commit is contained in:
parent
f430341d5d
commit
b355620939
@ -10,8 +10,8 @@
|
||||
|
||||
.proc _waitvsync
|
||||
|
||||
wait: lda VIA::PRA2
|
||||
and #%00010000 ; CB1
|
||||
lda #%00010000
|
||||
wait: and VIA::PRA2 ; CB1
|
||||
bne wait
|
||||
rts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user