aboutsummaryrefslogtreecommitdiff
path: root/col80.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-04-08 22:22:42 -0400
committerB. Watson <yalhcru@gmail.com>2015-04-08 22:22:42 -0400
commit0c0f0f9951f748427eaaf703e164d08467c27fbf (patch)
tree3652b16557ad269cb7d3f990faf188df69e17920 /col80.s
downloadcol80-0c0f0f9951f748427eaaf703e164d08467c27fbf.tar.gz
initial commitHEADmaster
Diffstat (limited to 'col80.s')
-rw-r--r--col80.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/col80.s b/col80.s
new file mode 100644
index 0000000..9e17272
--- /dev/null
+++ b/col80.s
@@ -0,0 +1,19 @@
+
+; ca65 wrapper for building col80
+
+ .setcpu "6502"
+
+ .segment "EXEHDR"
+ .include "col80_startaddr.s"
+ .include "col80_header_seg.s"
+
+ .segment "CODE"
+ .include "col80_main.s"
+
+ .include "col80_dosini_seg.s"
+
+ .segment "AUTOSTRT"
+ .include "col80_runad_seg.s"
+
+ .segment "ZPSAVE"
+ ; nothing to see here, just shutting up ld65's warning