KA681/KA691/KA692/KA694 Firmware Commands
A.1 Console I/O Mode Control Characters
A.1.5 Console Command Qualifiers
You can enter console command qualifiers in any order on the command line
after the command keyword. The three types of qualifiers are data control,
address space control, and command specific. Table A–4 lists and describes the
data control and address space control qualifiers. Command specific qualifiers
are listed in the descriptions of individual commands.
Table A–4 Console Command Qualifiers
Qualifier
Description
Data Control
/B
The data size is byte.
/W
The data size is word.
/L
The data size is longword.
/Q
The data size is quadword.
/N:{count}
An unsigned hexadecimal integer that is evaluated into a longword.
This qualifier determines the number of additional operations that
are to take place on EXAMINE, DEPOSIT, MOVE, and SEARCH
commands. An error message appears if the number overflows 32 bits.
/STEP:{size}
Step. Overrides the default increment of the console current reference.
Commands that manipulate memory, such as EXAMINE, DEPOSIT,
MOVE, and SEARCH, normally increment the console current reference
by the size of the data being used.
/WRONG
Wrong. On writes, 3 is used as the value of the ECC bits, which always
generates double bit errors. Ignores ECC errors on main memory reads.
(continued on next page)
KA681/KA691/KA692/KA694 Firmware Commands A–9