]> git.sur5r.net Git - cc65/commitdiff
put code in CODE segment
authorChristian Groessler <chris@groessler.org>
Fri, 17 Jan 2014 10:46:55 +0000 (11:46 +0100)
committerChristian Groessler <chris@groessler.org>
Fri, 17 Jan 2014 10:48:12 +0000 (11:48 +0100)
libsrc/atari/cartinit.s

index a0f235625573162e8e7ee942463ed36cb7cf6ddb..d3035d60ca45f20d8ed2760619146cf2646a9d5b 100644 (file)
@@ -6,8 +6,6 @@
 
 .export         cartinit
 
-.segment        "STARTUP"
-
 cartinit:       rts
 
 .endif  ; .ifndef __ATARIXL__