mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Modified Makefile wwwman target to output files inside docs/. Modified .gitignore to allow *.html files. Update README. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
33 lines
1.1 KiB
HTML
33 lines
1.1 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>General Information</title>
|
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
|
</head>
|
|
<body>
|
|
<h1>RGBDS — Rednex Game Boy Development System</h1>
|
|
<h2>Table of Contents</h2>
|
|
<ul>
|
|
<li><a href="rgbds.7.html">RGBDS general information</a>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="rgbasm.5.html">RGBASM language description</a>
|
|
<li><a href="rgblink.5.html">RGBLINK linkerscript language description</a>
|
|
<li><a href="gbz80.7.html">GBZ80 CPU instruction set description</a>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="rgbasm.1.html">RGBASM command-line usage</a>
|
|
<li><a href="rgblink.1.html">RGBLINK command-line usage</a>
|
|
<li><a href="rgbfix.1.html">RGBFIX command-line usage</a>
|
|
<li><a href="rgbgfx.1.html">RGBGFX command-line usage</a>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="rgbds.5.html">RGBDS object file format</a>
|
|
</ul>
|
|
<h3 id="GitHub Repository">GitHub Repository:</h3>
|
|
<ul>
|
|
<li><a href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>
|
|
</ul>
|
|
</body>
|