Install Perl 5.8.8
[msysgit.git] / mingw / html / ext / B / B / Assembler.html
blobb3932964877cd4e9ff26a89e20473d017123d713
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>B::Assembler - Assemble Perl bytecode</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;B::Assembler - Assemble Perl bytecode</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 <li><a href="#authors">AUTHORS</a></li>
26 </ul>
27 <!-- INDEX END -->
29 <hr />
30 <p>
31 </p>
32 <h1><a name="name">NAME</a></h1>
33 <p>B::Assembler - Assemble Perl bytecode</p>
34 <p>
35 </p>
36 <hr />
37 <h1><a name="synopsis">SYNOPSIS</a></h1>
38 <pre>
39 use B::Assembler qw(newasm endasm assemble);
40 newasm(\&amp;printsub); # sets up for assembly
41 assemble($buf); # assembles one line
42 endasm(); # closes down</pre>
43 <pre>
44 use B::Assembler qw(assemble_fh);
45 assemble_fh($fh, \&amp;printsub); # assemble everything in $fh</pre>
46 <p>
47 </p>
48 <hr />
49 <h1><a name="description">DESCRIPTION</a></h1>
50 <p>See <em>ext/B/B/Assembler.pm</em>.</p>
51 <p>
52 </p>
53 <hr />
54 <h1><a name="authors">AUTHORS</a></h1>
55 <p>Malcolm Beattie, <code>mbeattie@sable.ox.ac.uk</code>
56 Per-statement interface by Benjamin Stuhl, <code>sho_pi@hotmail.com</code></p>
57 <table border="0" width="100%" cellspacing="0" cellpadding="3">
58 <tr><td class="block" style="background-color: #cccccc" valign="middle">
59 <big><strong><span class="block">&nbsp;B::Assembler - Assemble Perl bytecode</span></strong></big>
60 </td></tr>
61 </table>
63 </body>
65 </html>