+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 11

Thread: Assembler for windows?

  1. #1
    Learning Programmer DivideByZero is an unknown quantity at this point
    Join Date
    Dec 2007
    Posts
    36

    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. #2
    Newbie Aralhach is an unknown quantity at this point
    Join Date
    Jan 2009
    Posts
    1

    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 )

  3. #3
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,609
    Blog Entries
    57

    Re: Assembler for windows?

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

  4. #4
    Newbie Coder Zombie is an unknown quantity at this point Coder Zombie's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    28

    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

  5. #5
    Newbie SuperBeton PL is an unknown quantity at this point SuperBeton PL's Avatar
    Join Date
    Jan 2009
    Location
    Poland
    Posts
    4

    Re: Assembler for windows?

    TASM is good:
    Turbo Assembler

  6. #6
    Newbie ffirat is an unknown quantity at this point
    Join Date
    Feb 2009
    Posts
    8

    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!

  7. #7
    Newbie yeohhs is an unknown quantity at this point
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    22

    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

  8. #8
    Code Warrior dargueta has much to be proud of dargueta has much to be proud of dargueta has much to be proud of dargueta has much to be proud of dargueta has much to be proud of dargueta has much to be proud of dargueta has much to be proud of dargueta has much to be proud of dargueta's Avatar
    Join Date
    Oct 2007
    Age
    19
    Posts
    2,789
    Blog Entries
    8

    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.

  9. #9
    Newbie shill is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    5

    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.

  10. #10
    Programming God outsid3r has a spectacular aura about outsid3r has a spectacular aura about outsid3r's Avatar
    Join Date
    Jul 2008
    Location
    Portugal
    Posts
    564

    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.

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Two Pass Assembler
    By rivci in forum General Programming
    Replies: 1
    Last Post: 02-27-2009, 12:09 AM
  2. ASM question. Which assembler?
    By err0r in forum General Programming
    Replies: 3
    Last Post: 09-30-2008, 03:12 AM
  3. Understanding assembler logics
    By Walle in forum General Programming
    Replies: 4
    Last Post: 04-01-2008, 12:07 AM
  4. 8086 Assembler HELP
    By BamaBUB1983 in forum General Programming
    Replies: 3
    Last Post: 12-12-2007, 10:11 PM
  5. Problems Using Assembler In C++
    By dargueta in forum C and C++
    Replies: 8
    Last Post: 10-15-2007, 09:48 PM

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