Avago Technologies LSI53C1010 User Manual
Page 6
![background image](https://www.manualsdir.com/files/864554/content/doc006.png)
vi
Preface
LSI53C1010R PCI to Dual Channel Ultra160 SCSI Multifunction
Controller Technical Manual, Version 1.0, LSI Logic Corporation,
Order Number S14053
Conventions Used in This Manual
The following is a list of notational conventions used throughout
this programming guide:
Notation
Example
Meaning and Use
square braces
[ ]
CALL [REL] Address,
[{IF | WHEN} [NOT] CARRY]
Optional items in instruction examples.
courier font
program.exe
Used for code samples, file names,
command line information, prompts, etc.
that appear in body text.
All Caps
JUMP [REL] Address,
[{IF | WHEN} [NOT] CARRY]
Keywords.
Curly braces
{}
SELECT [ATN] {FROM Address |
ID}, [REL] Address
Choose between items enclosed in curly
braces.
{} “...”
SET {ACK|ATN|TARGET|CARRY}
[and {ACK|ATN|TARGET|CARRY}...]
The character enclosed in the curly
braces can be repeated as often as
desired.
|
INTFLY int_value,
[{IF | WHEN} [NOT] CARRY]
OR, select one item from a list.
\
RELATIVE baselabel \
Line continuation.