1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

remove segment directive since CODE is the default segment

This commit is contained in:
Christian Groessler 2014-01-17 11:47:23 +01:00
parent e6ed335056
commit 2e44abf928

View File

@ -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