The M88K version of the assembler supports the following machine directives:
.align
.dfloat
expr
.ffloat
expr
.half
expr
.word
expr
.string "
str"
.ascii
directive for
copying str into the object file. The string is not terminated
with a null byte.
.set
symbol,
value
set
, which is a legitimate M88K instruction.
.def
symbol,
value
.set
and is presumably provided
for compatibility with other M88K assemblers.
.bss
symbol,
length,
align
.lcomm
only in that it permits you to specify
an alignment. See .lcomm
.