mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-12 11:31:50 +00:00
more HTML formatting gunk
This commit is contained in:
@@ -1,38 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>xAsm Usage</TITLE>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title>xAsm Usage</title>
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<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
|
||||
</head>
|
||||
<body>
|
||||
<h1>xAsm Usage</h1>
|
||||
<pre>C:\>xAsm [options] asmfile</pre>
|
||||
<p>Options are preceded by a hyphen (-) and go as follows:</p>
|
||||
<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>01</B>)
|
||||
z<B>HX</B> : Set the byte value (hex format) used for uninitialised data (default is ? for random)
|
||||
</PRE>
|
||||
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>01</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>
|
||||
<h1>See also:</h1>
|
||||
<ul>
|
||||
<li><a href="opt.htm">Changing options while assembling</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>Last updated 08 October 1997 by <a href="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user