Tablea.3 warnings – Avago Technologies LSI53C1010 User Manual
Page 294
A-14
NASM Error Messages
Table A.3
Warnings
Error
Description
ACK specified multiple times
The ACK bit can only be specified once per instruction.
ATN specified multiple times
The ATN bit can only be specified once per instruction.
Cannot extract pass information
correctly
The pass variable is poorly formatted and may not have been
correctly interpreted.
CARRY specified multiple times
The CARRY bit can only be specified once per instruction.
Initializer value truncated to byte
value
Initialization of data by byte offset only.
Debug record contains old format
EXTERNAL statement, data size
unknown
Use the new style EXTERNAL directive where data specifiers are
used.
Debug record contains old format
RELATIVE statement, Data size
unknown
Use the new style RELATIVE directive where data specifiers are
used.
Initializer value truncated to byte
Possible truncation of constant
value
The value of the constant may have been truncated. This is
caused by the ASCII conversion of the value.
Relative offset value truncated
Source and .bin file have the
same name
The binary file has the same name as the source. The binary file
will be renamed or not created.
Source and Error file have the
same name
The error file has the same name as the source. The error file will
be renamed or not created.
Source and listing file have the
same name
The listing file has the same name as the source. The listing file
will be renamed or not created.
Source and Object file have the
same name
The object file and source file have the same name. The object
file will be renamed or not created.
Source and Out file have the
same name
The output file and source file have the same name. The output
file will be renamed or not created.
TARGET specified multiple times
The TARGET bit can only be specified once per instruction.