18 set – Avago Technologies LSI53C1010 User Manual
Page 104

3-64
The SCSI SCRIPTS Processor Instruction Set
arbitration, the SCRIPTS processor continues to execute instructions
until an interrupt or any instruction related to the SCSI bus is issued. If
arbitration terminates because of a bus initiated selection or reselection,
the chip uses the 32-bit jump address value to fetch the next instruction
and begins execution at that address. When the instruction is completed
then the next sequential instruction is fetched and executed.
Notes
The REL keyword, which indicates relative addressing, is unrelated to the
declarative keyword RELATIVE that establishes relative buffers.
Legal Forms
SELECT scsi_id, address
SELECT FROM table_entry, address
SELECT ATN scsi_id, address
SELECT ATN FROM table_entry, address
SELECT scsi_id, REL(address)
SELECT FROM table_entry, REL(address)
SELECT ATN scsi_id, REL(address)
SELECT ATN FROM table_entry, REL(address)
3.2.18 SET
SET {ACK|ATN|TARGET|CARRY}[and {ACK | ATN | TARGET | CARRY}
...]
Supported by
All LSI Logic SCSI SCRIPTS Processors.
Definition
Asserts SCSI ACK or ATN, or sets internal flags.
Operands
This command has the following operands:
Example
SET TARGET
SET ACK and TARGET
ACK
Sets the Assert SCSI ACK bit.
ATN
Sets the Assert SCSI ATN bit.
TARGET
Sets the Set Target role bit.
CARRY
Sets the CARRY bit in the ALU.