shithub: rgbds

ref: e771d60ec0b5db03822b8a64ca1f6c92e222fcd1
dir: /docs/rgbds.7.html/

View raw version
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8"/>
  <style>
    table.head, table.foot { width: 100%; }
    td.head-rtitle, td.foot-os { text-align: right; }
    td.head-vol { text-align: center; }
    div.Pp { margin: 1ex 0ex; }
  </style>
  <link rel="stylesheet" href="mandoc.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">
<h1 class="Sh" title="Sh" id="NAME"><a class="selflink" href="#NAME">NAME</a></h1>
<b class="Nm" title="Nm">rgbds</b> &#x2014; <span class="Nd" title="Nd">Rednex
  Game Boy Development System</span>
<h1 class="Sh" title="Sh" id="EXAMPLES"><a class="selflink" href="#EXAMPLES">EXAMPLES</a></h1>
To get a working ROM image from a single assembly source file:
<div class="Pp"></div>
<div class="Bd" style="margin-left: 5.00ex;">
<pre class="Li">
$ rgbasm -o bar.o foo.asm 
$ rgblink -o baz.gb bar.o 
$ rgbfix -v -p 0 baz.gb
</pre>
</div>
<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="selflink" href="#SEE_ALSO">SEE
  ALSO</a></h1>
<a class="Xr" title="Xr">rgbasm(1)</a>, <a class="Xr" title="Xr">rgbfix(1)</a>,
  <a class="Xr" title="Xr">rgblink(1)</a>,
  <a class="Xr" title="Xr">rgbds(5)</a>, <a class="Xr" title="Xr">gbz80(7)</a>
<h1 class="Sh" title="Sh" id="HISTORY"><a class="selflink" href="#HISTORY">HISTORY</a></h1>
<dl class="Bl-ohang">
  <dt class="It-ohang"></dt>
  <dd class="It-ohang">1997, Carsten S&#x00F8;rensen (AKA SurfSmurf) writes
      ASMotor as a general-purpose assembler/linker system for DOS/Win32.</dd>
  <dt class="It-ohang"></dt>
  <dd class="It-ohang">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 class="It-ohang"></dt>
  <dd class="It-ohang">2009, Vegard Nossum adapts the code to be more UNIX-like
      and releases this version as rgbds-linux on GitHub.</dd>
  <dt class="It-ohang"></dt>
  <dd class="It-ohang">2010, Anthony J. Bentley forks that repository. The fork
      becomes the reference implementation of rgbds.</dd>
  <dt class="It-ohang"></dt>
  <dd class="It-ohang">2017, Bentley's repository is moved to a neutral name. It
      is now maintained by a number of contributors at
      <a class="Lk" title="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</dd>
  <dt class="It-ohang"></dt>
  <dd class="It-ohang">2018, codebase relicensed under the MIT license.</dd>
</dl>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">March 7, 2018</td>
    <td class="foot-os">RGBDS Manual</td>
  </tr>
</table>
</body>
</html>