Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d92aa75c2d384ff9f513aed09a46f703 > files > 322

parrot-doc-3.1.0-2.mga1.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Parrot  - convert GNU Assembler listing to i386 code array</title>
        <link rel="stylesheet" type="text/css"
            href="../../../resources/parrot.css"
            media="all">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    </head>
    <body>
        <div id="wrapper">
            <div id="header">

                <a href="http://www.parrot.org">
                <img border=0 src="../../../resources/parrot_logo.png" id="logo" alt="parrot">
                </a>
            </div> <!-- "header" -->
            <div id="divider"></div>
            <div id="mainbody">
                <div id="breadcrumb">
                    <a href="../../../html/index.html">Home</a> &raquo; <a href="../../../html/tools.html">Tools</a> &raquo; convert GNU Assembler listing to i386 code array
                </div>

<h1><a name="NAME"
>NAME</a></h1>

<p>as2c.pl &#45; convert GNU Assembler listing to i386 code array</p>

<h1><a name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>The plan behind of <em>as2c.pl</em> is to create compiler independent machine code for an architecture.
Code in,
<i>e.g.,</i> MASM,
GAS,
NASM syntax doesn&#39;t fit all compilers.
Therefore <em>as2c.pl</em> translates GAS syntax to a bytestring,
which is then used as the asm code.</p>

<p><em>as2c.pl</em> is used very rarely.
Once the code is generated and checked in,
there&#39;s usually no need to change it later.</p>

<h1><a name="REFERENCES"
>REFERENCES</a></h1>

<p>GNU Assembler: (GAS) <a href='http://en.wikipedia.org/wiki/GNU_Assembler'><a href="http://en.wikipedia.org/wiki/GNU_Assembler">http://en.wikipedia.org/wiki/GNU_Assembler</a></a></p>

<p>Microsoft Macro Assembler (MASM): <a href='http://en.wikipedia.org/wiki/Microsoft_Macro_Assembler'><a href="http://en.wikipedia.org/wiki/Microsoft_Macro_Assembler">http://en.wikipedia.org/wiki/Microsoft_Macro_Assembler</a></a></p>

<p>Netwide Assembler (NASM) <a href='http://en.wikipedia.org/wiki/Netwide_Assembler'><a href="http://en.wikipedia.org/wiki/Netwide_Assembler">http://en.wikipedia.org/wiki/Netwide_Assembler</a></a></p>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2011, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>