mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
CMOS optimisation
The Lynx CPU always cleared the flag.
This commit is contained in:
@@ -47,7 +47,6 @@ MikeyInitData: .byte $9e,$18,$68,$1f,$00,$00,$00,$00,$00,$ff,$1a,$1b,$04,$0d,$2
|
||||
; Set up the system.
|
||||
|
||||
sei
|
||||
cld
|
||||
ldx #$FF
|
||||
txs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user