From 2e44abf928e2fb7d6812f0330a39706f98c87f2d Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 17 Jan 2014 11:47:23 +0100 Subject: [PATCH] remove segment directive since CODE is the default segment --- libsrc/atari/cartstart.s | 2 -- 1 file changed, 2 deletions(-) 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