mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
remove segment directive since CODE is the default segment
This commit is contained in:
parent
e6ed335056
commit
2e44abf928
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
.include "atari.inc"
|
.include "atari.inc"
|
||||||
|
|
||||||
.segment "CODE"
|
|
||||||
|
|
||||||
; start routine of cartridge
|
; start routine of cartridge
|
||||||
; copy data segment to RAM and chain to entry point of crt0.s
|
; copy data segment to RAM and chain to entry point of crt0.s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user