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


Manual Reference Pages  - reg_move (5)

NAME

reg/move - Move registers

CONTENTS

Synopsis
Description
Error Handling
Examples
See Also
Author

SYNOPSIS

reg/move write, read <, write, read ... >

DESCRIPTION

Behaves as reg/load except that registers containing any data type may be supplied as read arguments, and will be zeroed once the data is moved into the write location (i.e. will contain PSUNIT_TYPE_NULL). See reg_load(5).

ERROR HANDLING

A runtime error is generated if an object referenced in a read argument does not exist.

EXAMPLES

reg/move P0, P1
  Moves the contents of register P1 into register P0 and then zeroes P1.

SEE ALSO

pal_commands(5), pal_registers(5), pal_indices(5), reg_load(5), reg_type(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 reg_move (5) 27 September 2009
Generated by manServer 1.07 from man5/reg_move.5 using man macros.