These are four alternative ways of specifying the hexadecimal value h"0000025C" assuming that Register 3 contains this value,
Register 4 contains h"00000200" and the module was loaded at address h"00000200".
- Enter
25C, followed by a space. (You do not need to type all the leading zeros.)
- Enter
R3, followed by a space
- Enter
R4+5C, followed by a space
- Enter
L+5C, followed by a space
Note: The fourth method, which uses Load Notation, allows you to specify an absolute address by giving a displacement from the
address where the module was loaded. You can specify the load address of the module using
L on its own.