disassemble

Langue: en

Version: 2007-05-15 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

disassemble - Parrot disassembler

SYNOPSIS

     disassemble file.pbc
 
 

DESCRIPTION

This uses the "Parrot_disassemble()" function from src/embed.c, which in turn uses the "PDB_disassemble()" function from src/debug.c.

SEE ALSO

src/embed.c and src/debug.c.

HISTORY

Initial 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).