1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

put code in CODE segment

This commit is contained in:
Christian Groessler 2014-01-17 11:46:55 +01:00
parent b292597f1e
commit e6ed335056

View File

@ -6,8 +6,6 @@
.export cartinit
.segment "STARTUP"
cartinit: rts
.endif ; .ifndef __ATARIXL__