From: Christian Groessler Date: Fri, 17 Jan 2014 10:47:23 +0000 (+0100) Subject: remove segment directive since CODE is the default segment X-Git-Tag: V2.15~198^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2e44abf928e2fb7d6812f0330a39706f98c87f2d;p=cc65 remove segment directive since CODE is the default segment --- diff --git a/libsrc/atari/cartstart.s b/libsrc/atari/cartstart.s index ce403b5fb..eeac8933b 100644 --- a/libsrc/atari/cartstart.s +++ b/libsrc/atari/cartstart.s @@ -11,8 +11,6 @@ .include "atari.inc" -.segment "CODE" - ; start routine of cartridge ; copy data segment to RAM and chain to entry point of crt0.s