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">
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:" />
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"> B::Assembler - Assemble Perl bytecode
</span></strong></big>
17 <p><a name=
"__index__"></a></p>
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>
32 <h1><a name=
"name">NAME
</a></h1>
33 <p>B::Assembler - Assemble Perl bytecode
</p>
37 <h1><a name=
"synopsis">SYNOPSIS
</a></h1>
39 use B::Assembler qw(newasm endasm assemble);
40 newasm(\
&printsub); # sets up for assembly
41 assemble($buf); # assembles one line
42 endasm(); # closes down
</pre>
44 use B::Assembler qw(assemble_fh);
45 assemble_fh($fh, \
&printsub); # assemble everything in $fh
</pre>
49 <h1><a name=
"description">DESCRIPTION
</a></h1>
50 <p>See
<em>ext/B/B/Assembler.pm
</em>.
</p>
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"> B::Assembler - Assemble Perl bytecode
</span></strong></big>