Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Assembler for windows?

  1. #1
    DivideByZero is offline Learning Programmer
    Join Date
    Dec 2007
    Posts
    36
    Rep Power
    0

    Assembler for windows?

    I want to learn the assembly language.

    Whats the best free assembler and where can I download it for windows vista?

    I'd like to make executable files out of the compiled (maybe .obj?) files.

    any help would be appreciated.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Aralhach is offline Newbie
    Join Date
    Jan 2009
    Posts
    1
    Rep Power
    0

    Re: Assembler for windows?

    About the assembler, I'm trying to learn myself, so I'd like to hear an answer to that one too

    Now, to convert object files to executables, you need to link them. In DOS there was a command called "link", and I'm pretty sure you could find a linker somewhere (I recall using one with my Borland C )

  4. #3
    Join Date
    Jul 2006
    Posts
    16,475
    Blog Entries
    75
    Rep Power
    143

    Re: Assembler for windows?

    Intel provides one.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    Join Date
    Jan 2009
    Location
    USA
    Posts
    28
    Rep Power
    0

    Re: Assembler for windows?

    Here are some popular ones.

    NASM
    The Netwide Assembler: NASM
    FASM
    flat assembler
    YASM
    The Yasm Modular Assembler Project
    MASM
    http://www.microsoft.com/downloads/d...displaylang=en

    NASM and FASM from what I have seen would be my picks.
    I'm the master of code rot

  6. #5
    Join Date
    Jan 2009
    Location
    Poland
    Posts
    4
    Rep Power
    0

    Re: Assembler for windows?

    TASM is good:
    Turbo Assembler

  7. #6
    ffirat is offline Newbie
    Join Date
    Feb 2009
    Posts
    8
    Rep Power
    0

    Re: Assembler for windows?

    Open a command window by doing "Start->Run" then write "cmd" enter, in the command window write "debug", that's an assembler!

  8. #7
    yeohhs is offline Newbie
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    22
    Rep Power
    0

    Re: Assembler for windows?

    I'm using Flat Assembler, which IMHO is a good assembler for Windows and I using it on Windows Vista.
    See flat assembler

    I have some free fasm source codes here: FASM Resources Page

    Best Regards,
    Yeoh

  9. #8
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Assembler for windows?

    Debug.exe can only do 16-bit 8086 code, which has extremely limited usefulness nowadays. I'd advise against it. There are far better things out there for free.

  10. #9
    shill is offline Newbie
    Join Date
    Aug 2009
    Posts
    5
    Rep Power
    0

    Re: Assembler for windows?

    Quote Originally Posted by Coder Zombie View Post
    If you're going to use MASM, I would suggest getting the MASM32 SDK.

  11. #10
    outsid3r's Avatar
    outsid3r is offline Programming God
    Join Date
    Jul 2008
    Posts
    621
    Rep Power
    18

    Re: Assembler for windows?

    Because of portability issues i recommend you to learn NASM, which is the most portable assembler and has lots of documentation.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. NASM Assembler newb
    By Rakshasas84 in forum Assembly
    Replies: 4
    Last Post: 08-01-2010, 11:14 PM
  2. TASM assembler help
    By M88 in forum Assembly
    Replies: 6
    Last Post: 06-25-2010, 07:38 PM
  3. Assembler
    By fondi in forum C and C++
    Replies: 2
    Last Post: 03-31-2010, 09:26 AM
  4. Assembler guy
    By Slider in forum Introductions
    Replies: 6
    Last Post: 08-27-2009, 09:37 AM
  5. NASM How to instal NASM Assembler in windows XP
    By Shanpav in forum Assembly
    Replies: 3
    Last Post: 03-28-2009, 12:27 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts