.\"dump/disassemble an LPC object
.DT
dump_prog
$MUDNAME$ driver help
dump_prog

.SH Name
.SI 5
dump_prog() - dump/disassemble an LPC object
.EI

.SH Synopsis
.SI 5
void dump_prog( object ob, int flags, string file );
.EI

.SH Description
.SP 5 5
dump_prog() dumps information about the program of `obj' to a file,
`file', or "/PROG_DUMP" if `file' is not given.  If the current object
does not have write access to the file, it fails.

`flags' can be a combination of the following values:
.EP

.SO 10 5 55
	1	include a disassembly of the i-code
	2	include line number information
.EO

.SH See also
.SI 5
debug_info(), dumpallobj()
.EI
