.dc[
size]
expressions
The .dc
directive expects zero or more expressions separated by
commas. These expressions are evaluated and their values inserted into the
current section. The size of the emitted value depends upon the suffix to the
.dc
directive:
‘
.a’
‘
.b’
‘
.d’
‘
.l’
‘
.s’
‘
.w’
.word
directive would emit
32-bit values.
‘
.x’
If no suffix is used then ‘.w’ is assumed.
The byte ordering is target dependent, as is the size and format of floating point values.