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
Printable View
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
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.
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...
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.
ok sorry... i was not aware from this rule....