rm -- languardian specific

Modify register contents.
Syntax
rm [<reg>] [value]
Parameters
[<reg>]
Specifies the starting register to be modified.
[value]
Specifies the value to place in the register.
Example
To modify the contents of register D0, in hexadecimal radix, type the following command:

rm 100

Modify commands in the PDE environment have an interactive edit mode to modify registers. This edit mode displays the register followed by its contents. For example, the above command returns:

D0 - 00000000?

Where D0 is the register, and 00000000 is the contents of that register. The edit mode allows you to modify the current register, then moved on to the next register for modification. The registers are listed D0-D7, A0-A7, PC and then SR. In this mode, the following commands are available:

^ -- go back one register

. -- quit edit mode, return to prompt

Back


Valid HTML 4.01 Comments or Questions? send email to : languard (at) pix (dot) net
Last Updated: $Date: 2003/01/30 05:40:05 $