Programming, for all ages and all languages.
-
os.hacker64
- Member
- Posts: 149
- Joined: Mon Feb 11, 2008 4:43 pm
- Location: Limbo City,Afterlife
Post
by os.hacker64 »
What is the equivenlnt of dw and db in gas? and any other data definitions?
Kanu Operating System
Working on:Paging and Multitasking
BURN /\/\1(40$0|=7
-
01000101
- Member
- Posts: 1599
- Joined: Fri Jun 22, 2007 12:47 pm
-
Contact:
Post
by 01000101 »
.byte
.word
.double
.quad
-
os.hacker64
- Member
- Posts: 149
- Joined: Mon Feb 11, 2008 4:43 pm
- Location: Limbo City,Afterlife
Post
by os.hacker64 »
yeah, I found that out from the manual a second ago, I'm such a twit.
Kanu Operating System
Working on:Paging and Multitasking
BURN /\/\1(40$0|=7
-
Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
-
Contact:
Post
by Brynet-Inc »
01000101 wrote:.byte
.word
.double
.quad
Don't forget .long
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
-
pcmattman
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
-
Contact:
Post
by pcmattman »
os.hacker64 wrote:yeah, I found that out from the manual a second ago, I'm such a twit.
Don't ever get offended if someone tells you to RTFM again, otherwise I'll link to this post.
-
os.hacker64
- Member
- Posts: 149
- Joined: Mon Feb 11, 2008 4:43 pm
- Location: Limbo City,Afterlife
Post
by os.hacker64 »
Will do
Kanu Operating System
Working on:Paging and Multitasking
BURN /\/\1(40$0|=7