To specify a hexadecimal value

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".

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.