User`s guide
KA52/53/54 Firmware Commands
3.2 Console Commands
{pattern} The target data.
[{mask}] A mask of the bits desired in the comparison.
Examples:
>>>DEP /P/L/N:1000 0 0 ! Clear some memory.
>>>
>>>DEP 300 12345678 ! Deposit some search data.
>>>DEP 401 12345678
>>>DEP 502 87654321
>>>
>>>SEARCH /N:1000 /ST:1 0 12345678 ! Search for all occurrences
P 00000300 12345678 ! of 12345678 on any byte
P 00000401 12345678 ! boundary. Then try on
>>>SEARCH /N:1000 0 12345678 ! longword boundaries.
P 00000300 12345678 ! Search for all non-zero
>>>SEARCH /N:1000 /NOT 0 0 ! longwords.
P 00000300 12345678
P 00000400 34567800
P 00000404 00000012
P 00000500 43210000
P 00000504 00008765
>>>SEARCH /N:1000 /ST:1 0 1 FFFFFFFE ! Search for odd-numbered
! longwords on any boundary.
P 00000502 87654321
P 00000503 00876543
P 00000504 00008765
P 00000505 00000087
>>>SEARCH /N:1000 /B 0 12 ! Search for all occurrences
P 00000303 12 ! of the byte 12.
P 00000404 12
>>>SEARCH /N:1000 /ST:1 /w 0 FE11 ! Search for all words that
>>> ! could be interpreted as
>>> ! a spin (10$: brb 10$).
>>> ! Note that none were found.
3.2.14 SET
The SET command sets the parameter to the value you specify.
Format:
SET {parameter} {value}
Parameters:
BFLAG Sets the default R5 boot flags. The value must be a hex number of up to
eight digits.
KA52/53/54 Firmware Commands 3–25










