Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors
obj/dump - Dump objects for debugging purposes
Synopsis
Description
Error Handling
Examples
See Also
Author
obj/dump
obj/dump read <, read ... >
In the first synopsis form, dumps the context root (PCTX) to the debug stream.
In the second synopsis form, one or more arguments may be supplied, and the command will dump all named registers or indices.
The obj/dump command displays the contents of objects or registers to the debug stream. If you are interested in displaying the addresses and data types instead, use reg/dump.
A runtime error occurs if an object referenced in one the arguments does not exist.
obj/dump P0, ![.prose.code] Dumps register P0 and displays the content of the object .prose.code.
pal_commands(5), pal_registers(5), reg_dump(5),
PROSE Assembly Language at prose.sourceforge.net.
Copyright (c) 2002-2009 Mark R. Bannister <cambridge@users.sourceforge.net>.
This is free software and can be downloaded from prose.sourceforge.net; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PAL 1.0 | obj_dump (5) | 28 September 2009 |