Results 1 to 5 of 5

Thread: Declarations

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Smile

    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
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

  2. #2
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    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.

  3. #3
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 2003
    Location
    I Lost somewhere !!
    Posts
    198
    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

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  5. #5
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 2003
    Location
    I Lost somewhere !!
    Posts
    198
    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
  •  



Click Here to Expand Forum to Full Width