This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: as Directives for Arm


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]