Instruction manual

Example 5 (Cont.) Sample Deposit Commands
! This example deposits 0123456789ABCDEF into floating
! point registers 0-8.
>>> d -n:8 FR0 0123456789abcdef
! This examples verifies the deposit operation:
>>> e -n:1f FR0
! This is the result:
FPR: 00 01234567 89ABCDEF
FPR: 01 01234567 89ABCDEF
FPR: 02 01234567 89ABCDEF
FPR: 03 01234567 89ABCDEF
FPR: 04 01234567 89ABCDEF
FPR: 05 01234567 89ABCDEF
FPR: 06 01234567 89ABCDEF
FPR: 07 01234567 89ABCDEF
FPR: 08 01234567 89ABCDEF
FPR: 09 00000000 00000000
FPR: 0A 00000000 00000000
FPR: 0B 00000000 00000000
FPR: 0C 00000000 00000000
FPR: 0D 00000000 00000000
FPR: 0E 00000000 00000000
FPR: 0F 00000000 00000000
FPR: 10 00000000 00000000
FPR: 11 00000000 00000000
FPR: 12 00000000 00000000
FPR: 13 00000000 00000000
FPR: 14 00000000 00000000
FPR: 15 00000000 00000000
FPR: 16 00000000 00000000
FPR: 17 00000000 00000000
FPR: 18 00000000 00000000
FPR: 19 00000000 00000000
FPR: 1A 00000000 00000000
FPR: 1B 00000000 00000000
FPR: 1C 00000000 00000000
FPR: 1D 00000000 00000000
FPR: 1E 00000000 00000000
FPR: 1F 00000000 00000000
16.4.4 EXAMINE
The EXAMINE command displays the contents of the specific memory locations.
The address specifies the address (or first address) to be read.
>>> E[XAMINE] [qualifier_list] [{address}]
If no address is specified, the next address is determined by the previous address
and the current data size. The display line consists of a single character address
specifier, the hexadecimal physical address to be examined, and the examined
data, also in hexadecimal.
The EXAMINE command, which takes the same options as the DEPOSIT
command, examines the data at the specified address. If no address space or data
size options are specified, defaults are the address space and data size used in the
last DEPOSIT or EXAMINE command.
16–14 Console