![DEC KA681 Скачать руководство пользователя страница 257](http://html1.mh-extra.com/html/dec/ka681/ka681_system-maintenance_2461319257.webp)
KA681/KA691/KA692/KA694 Firmware Commands
A.2 Console Commands
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.
A.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. See Table 3–4 for a list of the boot flags.
BOOT
Sets the default boot device. The value must be a valid device
name or list of device names as specified in the BOOT command
description in Section A.2.1.
KA681/KA691/KA692/KA694 Firmware Commands A–29