mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
12 lines
191 B
ArmAsm
12 lines
191 B
ArmAsm
; default cartridge name
|
|
;
|
|
; Christian Groessler, 01-Mar-2014
|
|
|
|
.include "atari5200.mac"
|
|
|
|
.export __CART_NAME__: absolute = 1
|
|
|
|
.segment "CARTNAME"
|
|
|
|
scrcode " cc65 compiled"
|