Results 1 to 4 of 4

Thread: how to compile assembly

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    how to compile assembly

    I thought I would try a bit in assembly; so how do I compile something?
    retired member. Thanks for everything

  2. #2
    ChimpFace9000
    Guest
    I thought i would answer a few questions today, but this is the only type of question i find and my 'F', 'A' and 'Q' keys are wearing out.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    terminology: assembly isn't compiled, it's assembled.

    See the FAQ (my keys still work) on how to download MASM, NASM or A86 (I don't know if all three are there).

    If you have a linux computer near you you can also try assembly there, See this link on how to do assembler in linux. The good part is that both assembler and linker are already available. The bad part is that the syntax is different from most other assemblers.
    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.

  4. #4
    New Member
    Join Date
    May 2002
    Posts
    13
    Just use A86 and D86. You have a full compiler & debugger program for assembly language.
    Attached Files Attached Files

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