uvmac/docs/extras/reasm/index.html
2020-03-14 15:28:01 -04:00

1 line
3.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> ReAsm </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="index.html">
</head>
<body>
<div>
<i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/reasm
- <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i>
</div>
<hr>
<h2 align=center>
ReAsm (Alpha)
</h2>
<hr>
<p> Download </p>
<blockquote>
<p> <a href="https://www.gryphel.com/d/minivmac/extras/reasm/reasm-200105.zip">reasm-200105.zip</a>
(<a href="https://www.gryphel.com/d/minivmac/extras/reasm/reasm-200105.inf.txt">info</a>)
a zipped hfs disk image and checksum file.
The disk image can be mounted with Mini vMac.
Includes source code. </p>
</blockquote>
<p>
ReAsm is for reassembling the output of
<a href="../fdisasm/index.html">FDisasm</a>.
</p>
<p>
Unlike other Macintosh Assemblers, ReAsm has no awareness
of the structure of a Macintosh application, or even the structure
of a Macintosh resource fork. Instead it can be used to produce
any arbitrary flat data file. This makes it better suited
for reassembling output of FDisasm, especially ROM images.
A Macintosh application (with resource fork, file type,
and file creator) can be produced by assembling an
AppleSingle format file and then using
<a href="../asunpack/index.html">asUnpack</a>.
</p>
<p>
Example source files are included. To assemble them,
move the ReAsm application into the &ldquo;example&rdquo; folder
and run it, which creates the output file &ldquo;bin&rdquo;.
</p>
<p>
Nothing about ReAsm should be relied on yet. In particular,
the syntax for the source file will change.
</p>
<p> See the
<a href="../../appc/index.html">Compiling</a>
page for instructions on compiling ReAsm from the source code. </p>
<p> You can redistribute ReAsm and/or modify it under the terms
of version 2 of the GNU General Public License as published by
the Free Software Foundation. See the included file COPYING. </p>
<p> ReAsm is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
license for more details. </p>
<p> : </p>
<p> If you find ReAsm useful, please consider
<a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</a>,
of which it is a part. </p>
<a href="https://www.gryphel.com/index.html">
<img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0
alt="gryphel logo, 1K"
>
</a>
<hr>
<div>
<i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/reasm
- <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i>
<br>
copyright (c) 2020 Paul C. Pratt - last update 1/5/2020
</div>
</body>
</html>