mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
48 lines
1.4 KiB
HTML
48 lines
1.4 KiB
HTML
<!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>xLib</title>
|
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
|
</head>
|
|
<body>
|
|
<h1>xLib Documentation</h1>
|
|
<h2>Table of Contents</h2>
|
|
<ul>
|
|
<li><a href="#history"> History</A>
|
|
<li><a href="#usage"> Usage</A>
|
|
<li><a href="#commands"> The commands</A>
|
|
</ul>
|
|
<hr>
|
|
<h2 id="history">History</h2>
|
|
<table>
|
|
<caption>The history of xLib</caption>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Version</th>
|
|
<th scope="col">Dated</th>
|
|
<th scope="col">Release notes</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td>1.0</td>
|
|
<td>21 Sep. 1997</td>
|
|
<td>First release</td>
|
|
</tr>
|
|
</table>
|
|
<h2 id="usage">Usage</h2>
|
|
<pre> xlib library command [module1 module2 ... modulen]</pre>
|
|
<h2 id="commands">The Commands</h2>
|
|
<p>The <b>command</b> specified after <b>library</b> on the <a href="#Usage">commandline</a> tells xLib what to do.
|
|
<p>The following commands are available:
|
|
<ul>
|
|
<li>a — Adds (or replaces if already present) the modules to the library
|
|
<li>d — Deletes the modules specified from the library
|
|
<li>l — Lists the library contents
|
|
<li>x — Extracts the modules from the library
|
|
</ul>
|
|
<hr>
|
|
<p>Last updated 21 September 1997 by <a href="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</a></p>
|
|
</body>
|
|
</html>
|