Files
rgbds/doc/ASM/USAGE.HTM
Carsten Sorensen e895832b2b Initial revision: imported RGBDS source code
The code comes from the RGBDS source and documentation zip files found
on this website:

http://www.otakunozoku.com/1999/08/01/rednex-gameboy-development-system/

The same website reports:

	"Best of all, it’s free! That’s right! Free! The executables
	are free to use, either for personal hobby use, or full blown
	commercial productions — I know of at least a dozen commercial
	games you can purchase that are written with RGBDS — and the
	source code is free to modify.

	"The only thing I ask is that you do not charge for either
	distributing the executables or source code, and any derivative
	works you give credit to the original authors of the tools.
	That means you have to say “Thanks” to the original authors
	SurfSmurf and Otaku."

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:00:24 +02:00

37 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>xAsm Usage</TITLE>
</HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA">
<I><H2>xAsm Usage</H2></I><HR>
<TABLE BORDER=0 BGCOLOR="Black" CELLPADDING=8 WIDTH="50%">
<TR>
<TD><FONT COLOR="#00FF00">
<PRE>C:\>xAsm [options] asmfile</PRE>
</FONT></TD>
</TR>
</TABLE>
Options are preceded by a dash (-) and go as follows:<BR>
<BR>
<PRE> o<B>objectfile</B> : Write an <A HREF="../rgb0.htm">object-file</A> for <A HREF="../link.htm">xLink</A>
i<B>path</B> : Add an extra include-path
h : Short help text
e<B>(l|b)</B> : Change endianness (CAUTION!)
g<B>ASCI</B> : Change the four characters used for Gameboy graphics
constants (default is <B>0123</B>)
b<B>AS</B> : Change the two characters used for binary constants
(default is <B>0123</B>)
z<B>HX</B> : Set the byte value (hex format) used for uninitialised data (default is ? for random)
</PRE>
<H3>See also:</H3>
<UL>
<LI><A HREF="opt.htm">Changing options while assembling</A>
</UL>
<BR><HR>
<FONT SIZE="-1"><I><P ALIGN=RIGHT>Last updated 08 October 1997 by <A HREF="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</A></P></I></FONT>