*** empty log message ***
[fw/sdcc] / src / xa51 / main.c
index 43bd771b3edac7432a58c504a844546c2d094a6b..0c1584b2ea0b7c1459c37809cdd4c6a91c9a5c59 100755 (executable)
@@ -198,7 +198,7 @@ static const char *_linkCmd[] =
 /* $3 is replaced by assembler.debug_opts resp. port->assembler.plain_opts */
 static const char *_asmCmd[] =
 {
-  "xa_rasm", "$l", "$3", "$1.xa", NULL
+  "xa_rasm", "$l", "$3", "$1.asm", NULL
 };
 
 /* Globals */
@@ -218,7 +218,7 @@ PORT xa51_port =
     "",                                /* Options with debug */
     "",                                /* Options without debug */
     0,
-    ".xa",
+    ".asm",
     NULL                       /* no do_assemble function */
   },
   {