changeset 1537:778c61b2eb87

mamou new default assembler
author boisy
date Sat, 17 Apr 2004 01:10:13 +0000
parents 42f369a724b8
children 2b6d9d391bcc
files rules.mak
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rules.mak	Fri Apr 16 23:47:48 2004 +0000
+++ b/rules.mak	Sat Apr 17 01:10:13 2004 +0000
@@ -19,6 +19,7 @@
 
 # Use the cross assembler
 AS		= $(OS9TOOLSDIR)/mamou -i=$(DEFDIR)
+#AS		= $(OS9TOOLSDIR)/os9asm -i=$(DEFDIR)
 ASOUT		= -o
 AFLAGS		= -q
 
@@ -60,7 +61,7 @@
 6809L1		= $(BASEDIR)/6809l1
 6809L2		= $(BASEDIR)/6809l2
 6309L2		= $(BASEDIR)/6309l2
-C9		= $(BASEDIR)/cloud9
+C9		= $(HOME)/cloud9
 
 # File managers
 %.mn: %.asm