This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: GAS directives


   Date: Wed, 23 Sep 1998 17:55:20 -0700
   From: Dony <dony@willowglen.com.sg>

   Hii all,
   Does anybody know what is the directives syntax in GAS to :
   * define storage (reserve a block of memory)
     (most of assembler use DS)
   * define constant block (allocate a block of data)
     (most of assembler use DCB)
   * define constant value (allocate a data)
     (most of assembler use DC)

... all explained in the GAS manual ...
Look in the section on pseudo-ops.

info -f as.info -n 'Pseudo Ops'

[or grep for "Pseudo Ops" in binutils-2.9.1/gas/doc/as.texinfo]