|
-
Jun 23rd, 2000, 05:11 PM
#1
Thread Starter
Hyperactive Member
Hi All,
I have an interest in ASM. Could somebody please tell me, is this ASM code:
LD N,10
the same as this VB code:
Dim N as Integer
N = 10
Thanks
-
Jul 21st, 2003, 05:04 PM
#2
Fanatic Member
That's not part of the 80x86 instruction set (maybe 68000. idk.)
my guess is that LD LoaDs (note caps) a value into a register or area of memory. This acts much like the MOV instruction from the 80x86 instruction set.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Aug 7th, 2003, 03:09 AM
#3
Addicted Member
Hi...
can any 1 give me the systaxes of assembly language ? i'm having Nasm 0.9, NASMw, MASM32 and MASM32v7 compilers.... i'm confused... plz tell me which 1 is the best...
ßädbö¥ Rü£z
 ICQ # : 204178672
 AOL SN : Badboy9jan
 badboy9jan<img src="images/smilies/s...g" />gmail.com
-
Aug 7th, 2003, 05:14 AM
#4
1) Don't post in foreign threads unless it concerns their questions.
2) The web can do it.
3) If you continue to violate common forum manners I'll ignore you.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Aug 7th, 2003, 06:26 AM
#5
Addicted Member
ok sorry... i was not aware from this rule....
ßädbö¥ Rü£z
 ICQ # : 204178672
 AOL SN : Badboy9jan
 badboy9jan<img src="images/smilies/s...g" />gmail.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|