Query: pbc_disassemble
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAIN.C(1) Debian GNU/Linux manual MAIN.C(1)NAMEpbc_disassemble - parrot bytecode disassemblerSYNOPSISpbc_disassemble [-bh?] [--bare|--header-only] [-o outfile] [file.pbc]DESCRIPTION"pbc_disassemble" translates Parrot bytecode ("PBC") into Parrot assembly language ("PASM"). "file.pbc" is the bytecode file to disassemble. If a file is not specified, the bytecode will be read from "stdin". Additionally, if the "-o" switch is not given, the output is displayed to "stdout".OPTIONS-?, --help Displays usage and help information. -b, --bare Displays bare PASM without the header and left column. -h, --header-only Displays only the constants table header. -o filename, --output filename Writes output to "filename".STATIC FUNCTIONS"int main(int argc, const char *argv[])" Execution entry point. Starts up an interpreter, loads the bytecode from the command-line, and disassembles it. "static void help(void)" Prints out the user help information and exits. "static void show_last_error_and_exit(Parrot_PMC interp)" Prints out the "interp"'s last error and exits.SEE ALSOsrc/embed.c and src/debug.c.HISTORYInitial version by Daniel Grunblatt on 2002.5.26. Florian Ragwitz: Moved POD documentation that's not necessary to know how to actually run the disassembler to normal C comments (Wed, 16 Nov 2005). Reini Urban: Renamed from disassemble to pbc_disassemble (2008-07-03). Add options: help, -h, -o, --debug, --bare (2009-01-29) Force option 1 for passing version check (2009-03-07) Kevin Polulak (soh_cah_toa): Updated to use embedding API, moved source file to frontend/pbc_disassemble, and cleaned up source code and perldoc. (2011-06-19) Debian Project 2011-10-29 MAIN.C(1)
Related Man Pages |
---|
parrot(1) - debian |
pbc_disassemble(1) - debian |
pbc_dump(1) - debian |
pbc_merge(1) - debian |
bcompiler_write_header(3) - php |
Similar Topics in the Unix Linux Community |
---|
Parrot 0.7.1 (Default branch) |
Parrot 0.8.1 (Default branch) |
disassemble |
Parrot 0.9.1 (Default branch) |
Is there any disassembler under minix3?? |