as Directives for Arm
Nick Clifton
nickc@redhat.com
Tue Sep 3 07:25:00 GMT 2002
Hi David,
> Is there a list of directives that can be used with gas for an arm. e.g. Using
> the Arm assembler you can use "DCD tempVar 0x00" to define a variable. How is
> this done using Gnu Tools?
The file gas/doc/as.texinfo documents the assembler's pseudo ops. In
a built/installed toolchain this file is normally compiled to an
as.info file which can be read with the "info" program.
DCD is probably equivalent to either the .word or the .quad directives
depending upon whether it defines a 32-bit or 64-bit quantity.
Cheers
Nick
More information about the Binutils
mailing list