delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/12/31/14:19:30

Date: Wed, 31 Dec 1997 11:18:46 -0800 (PST)
Message-Id: <199712311918.LAA08177@adit.ap.net>
Mime-Version: 1.0
To: jesse DOT legg AT axom DOT com (Jesse Legg), djgpp AT delorie DOT com
From: Nate Eldredge <eldredge AT ap DOT net>
Subject: Re: Pseudo-opcodes and djgpp asm

At 03:01  12/31/1997 GMT, Jesse Legg wrote:
>Greetings, I am in need of some help in understanding pseudo-opcodes
>and how they are used with gas and inline assembly with djgpp. I am
>particulary interested in DB, DW, and DD. Any help or pointers to help
>is greatly appreciated! :)
First of all, all pseudo-opcodes supported by GAS are explained in the info
node "Pseudo Ops" of the as info file.
The DB, DW and DD pseudo-ops do not exist in GAS. They come from TASM/MASM
where they stand for something like "Data {Byte,Word,Doubleword}". Their
equivalents in GAS are, respectively, `.byte', `.word' (and I think also
`.short'), and `.long'.
Hope this helps.

Nate Eldredge
eldredge AT ap DOT net



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019