mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
81 lines
2.7 KiB
HTML
81 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- This is an automatically generated file. Do not edit.
|
|
This file is part of RGBDS.
|
|
|
|
Copyright (c) 2010-2018, Anthony J. Bentley and RGBDS contributors.
|
|
|
|
SPDX-License-Identifier: MIT
|
|
-->
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" href="mandoc.css" type="text/css" media="all"/>
|
|
<link rel="stylesheet" href="rgbds.css" type="text/css" media="all"/>
|
|
<title>RGBDS(7)</title>
|
|
</head>
|
|
<body>
|
|
<table class="head">
|
|
<tr>
|
|
<td class="head-ltitle">RGBDS(7)</td>
|
|
<td class="head-vol">Miscellaneous Information Manual</td>
|
|
<td class="head-rtitle">RGBDS(7)</td>
|
|
</tr>
|
|
</table>
|
|
<div class="manual-text">
|
|
<section class="Sh">
|
|
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
|
|
<code class="Nm">rgbds</code> —
|
|
<span class="Nd">Rednex Game Boy Development System</span>
|
|
</section>
|
|
<section class="Sh">
|
|
<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
|
|
To get a working ROM image from a single assembly source file:
|
|
<div class="Bd Pp Bd-indent">
|
|
<pre>
|
|
$ rgbasm -o bar.o foo.asm
|
|
$ rgblink -o baz.gb bar.o
|
|
$ rgbfix -v -p 0 baz.gb
|
|
</pre>
|
|
</div>
|
|
</section>
|
|
<section class="Sh">
|
|
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
|
|
ALSO</a></h1>
|
|
<a class="Xr" href="rgbasm.1.html">rgbasm(1)</a>, <a class="Xr" href="rgbfix.1.html">rgbfix(1)</a>,
|
|
<a class="Xr" href="rgblink.1.html">rgblink(1)</a>, <a class="Xr" href="rgbds.5.html">rgbds(5)</a>,
|
|
<a class="Xr" href="gbz80.7.html">gbz80(7)</a>
|
|
</section>
|
|
<section class="Sh">
|
|
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
|
|
<dl class="Bl-ohang">
|
|
<dt></dt>
|
|
<dd>1997, Carsten Sørensen (AKA SurfSmurf) writes ASMotor as a
|
|
general-purpose assembler/linker system for DOS/Win32.</dd>
|
|
<dt></dt>
|
|
<dd>1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce
|
|
GBZ80 assembly/machine code, and releases this version as RGBDS.</dd>
|
|
<dt></dt>
|
|
<dd>2009, Vegard Nossum adapts the code to be more UNIX-like and releases this
|
|
version as rgbds-linux on GitHub.</dd>
|
|
<dt></dt>
|
|
<dd>2010, Anthony J. Bentley forks that repository. The fork becomes the
|
|
reference implementation of rgbds.</dd>
|
|
<dt></dt>
|
|
<dd>2017, Bentley's repository is moved to a neutral name. It is now
|
|
maintained by a number of contributors at
|
|
<a class="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</dd>
|
|
<dt></dt>
|
|
<dd>2018, codebase relicensed under the MIT license.</dd>
|
|
</dl>
|
|
</section>
|
|
</div>
|
|
<table class="foot">
|
|
<tr>
|
|
<td class="foot-date">March 7, 2018</td>
|
|
<td class="foot-os">General</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|