]> git.sur5r.net Git - cc65/commitdiff
CMOS optimisation
authorStefan <stefan.haubenthal@gmail.com>
Mon, 20 Aug 2018 14:45:52 +0000 (16:45 +0200)
committerOliver Schmidt <ol.sc@web.de>
Mon, 20 Aug 2018 20:30:41 +0000 (22:30 +0200)
The Lynx CPU always cleared the flag.

libsrc/lynx/crt0.s

index c924f742f74231281957ede7099f8d16e9f7c3a8..da2162b470d2d8400d27dc43237300f97d992090 100644 (file)
@@ -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