Page 1 of 1

dw in gas

Posted: Mon Feb 25, 2008 4:49 pm
by os.hacker64
What is the equivenlnt of dw and db in gas? and any other data definitions?

Posted: Mon Feb 25, 2008 5:05 pm
by 01000101
.byte
.word
.double
.quad

Posted: Mon Feb 25, 2008 5:07 pm
by os.hacker64
yeah, I found that out from the manual a second ago, I'm such a twit. :oops:

Posted: Mon Feb 25, 2008 5:19 pm
by Brynet-Inc
01000101 wrote:.byte
.word
.double
.quad
Don't forget .long ;)

Posted: Sat Mar 01, 2008 4:43 am
by pcmattman
os.hacker64 wrote:yeah, I found that out from the manual a second ago, I'm such a twit. :oops:
Don't ever get offended if someone tells you to RTFM again, otherwise I'll link to this post.

Posted: Sat Mar 01, 2008 8:56 am
by os.hacker64
Will do :D