From: Christian Groessler Date: Thu, 16 Jan 2014 22:49:51 +0000 (+0100) Subject: put this module's code into CODE segment X-Git-Tag: V2.15~198^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd4d7d93ea28ddecee29f6b114a73383be200a55;p=cc65 put this module's code into CODE segment --- diff --git a/libsrc/atari/cartstart.s b/libsrc/atari/cartstart.s index 30723ef60..47c1d89b7 100644 --- a/libsrc/atari/cartstart.s +++ b/libsrc/atari/cartstart.s @@ -12,7 +12,7 @@ .include "atari.inc" -.segment "STARTUP" +.segment "CODE" ; start routine of cartridge ; copy data segment to RAM and chain to entry point of crt0.s