Thread: ASM - assembler

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    83

    ASM - assembler

    does anyone know of a good asm assembler/builder/compiler I downloaded MASM, but it keeps giving me an error. and its NOT my program, its masm. if you know of one please put a link to where i can get it here. thanks
    "What this country needs is more free speech worth listening to." - -Hansell B. Duckett

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Try debug
    Its what I use



    although it is kind of outdated and not really an assembler...but more of an assembly interpreter of sorts...

    MASM is a very good Assembler...just try playing with the settings and maybe it would assemble your code.

    What company's MASM did you get? I am guessing MS MASM, try IBM or something like that.
    My Website

    "Circular logic is good because it is."

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    NASM or the Netwide Assembler is extremely good. Look it up on www.google.com and you will get a link to it so you can d/l the entire thing.

    Very good free assembler. I can't stress the very good part enough on this one. Go download it today.

  4. #4
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    of course, then you have to get back to thinking about the actual reason assembly is being used... if it's inline c/c++ it may be a bit more complicated.

    i agree with bubba, use nasm.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. gcc asm code syntax
    By Uberapa in forum C Programming
    Replies: 4
    Last Post: 06-15-2007, 01:16 AM
  2. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  3. Understanding ASM
    By kuphryn in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 07-12-2002, 07:39 PM
  4. asm mov
    By manu in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2001, 12:59 PM
  5. My graphics library
    By stupid_mutt in forum C Programming
    Replies: 3
    Last Post: 11-26-2001, 06:05 PM