Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors


Manual Reference Pages  - obj_dump (5)

NAME

obj/dump - Dump objects for debugging purposes

CONTENTS

Synopsis
Description
Error Handling
Examples
See Also
Author

SYNOPSIS

obj/dump
obj/dump read <, read ... >

DESCRIPTION

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.

ERROR HANDLING

A runtime error occurs if an object referenced in one the arguments does not exist.

EXAMPLES

obj/dump P0, ![.prose.code]
  Dumps register P0 and displays the content of the object .prose.code.

SEE ALSO

pal_commands(5), pal_registers(5), reg_dump(5),
PROSE Assembly Language at prose.sourceforge.net.

AUTHOR

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
Generated by manServer 1.07 from man5/obj_dump.5 using man macros.