Initialization of 8-byte area.
Symbol field |
Mnemonic field |
Operand field |
Comment field |
[label:] |
.DB8 |
absolute-expression[, ... ] |
[; comment] |
The value of an absolute-expression must be 8-byte data. Therefore, the value of the operand must be in the range of 0x00000000 00000000 to 0xFFFFFFFF FFFFFFFF. If the value exceeds 8-byte data, the assembler will use only lower 8-byte value as valid data.
An expression that conforms to "(a) Absolute expression" can be specified as the operand. |
If the relocation attribute of the section is "BSS", then an error is output because the .DB8 directive cannot be described. |