mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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"
|