xa51, work in progress
[fw/sdcc] / as / xa51 / xa_main.c
index 0d07450272a60eefad7404e15d6eb1ab85651090..fea9d6ecfd0e886c214d0e5b49e33f43486b6ed7 100644 (file)
 /* adapted from the osu8asm project, 1995 */
 /* http://www.pjrc.com/tech/osu8/index.html */
 
+/* 
+   made "relocatable" by johan.knol@iduna.nl for sdcc
+   
+   This isn't a standalone assembler anymore. It's only purpose is to
+   create relocatable modules (that has to be processed with xa_link) 
+   out of sdcc-generated .xa files
+*/
+
 #define D(x) x
 
 #include <stdio.h>