Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors
reg/move - Move registers
Synopsis
Description
Error Handling
Examples
See Also
Author
reg/move write, read <, write, read ... >
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).
A runtime error is generated if an object referenced in a read argument does not exist.
reg/move P0, P1 Moves the contents of register P1 into register P0 and then zeroes P1.
pal_commands(5), pal_registers(5), pal_indices(5), reg_load(5), reg_type(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 | reg_move (5) | 27 September 2009 |