From 4ddbc36d418cd90486ad4e6c272293eadc317083 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 27 Jan 2016 20:40:54 -0800 Subject: [PATCH] Added common feature settings for ca65 --- asm/ca65.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 asm/ca65.inc diff --git a/asm/ca65.inc b/asm/ca65.inc new file mode 100644 index 0000000..ea07114 --- /dev/null +++ b/asm/ca65.inc @@ -0,0 +1,5 @@ +; http://www.cc65.org/doc/ca65-11.html#ss11.39 +.feature c_comments +.feature labels_without_colons +.feature leading_dot_in_identifiers +