User`s guide

KA52/53/54 Firmware Commands
3.2 Console Commands
Qualifiers:
Data control: /B, /W, /L, /Q, /N:{count}, /STEP:{size}, /WRONG
Address space control: /V, /U, /P
Arguments:
{src_address} A longword address that specifies the first location of the source data to be
copied.
{dest_address} A longword address that specifies the destination of the first byte of data. These
addresses may be an actual address or a symbolic address. If no address is
specified, + is assumed.
Examples:
>>>EX/N:4 0 ! Observe destination.
P 00000000 00000000
P 00000004 00000000
P 00000008 00000000
P 0000000C 00000000
P 00000010 00000000
>>>EX/N:4 200 ! Observe source data.
P 00000200 58DD0520
P 00000204 585E04C1
P 00000208 00FF8FBB
P 0000020C 5208A8D0
P 00000210 540CA8DE
>>>MOV/N:4 200 0 ! Move the data.
>>>EX/N:4 0 ! Observe moved data.
P 00000000 58DD0520
P 00000004 585E04C1
P 00000008 00FF8FBB
P 0000000C 5208A8D0
P 00000010 540CA8DE
>>>
3.2.11 NEXT
The NEXT command executes the specified number of macro instructions. If
no count is specified, 1 is assumed.
After the last macro instruction is executed, the console reenters console I/O
mode.
Format:
NEXT {count}
The console implements the NEXT command, using the trace trap enable and
trace pending bits in the PSL and the trace pending vector in the SCB.
KA52/53/54 Firmware Commands 3–21