Results 1 to 6 of 6

Thread: Assembler

  1. #1

    Assembler

    Can anybody point out a good assembler(in your opinions) excepting tasm that supports conditional statements?

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    255
    try hackman or hexworkshop thats what i use to view em, tasm and masm are mainly used for writing.

    http://download.com.com/3120-20-0.ht...man&tg=dl-2001 - hackman
    http://download.com.com/3120-20-0.ht...dit&tg=dl-2001 -hexedit
    http://download.com.com/3120-20-0.ht...hop&tg=dl-2001 - hex workshop


    preep
    {look for Art of assembly language, its a free ebook, and really good}
    http://www.attrition.org/gallery/computing/forum/tn/youarenot.gif.html

  3. #3
    Senior Member
    Join Date
    Sep 2001
    Posts
    138
    Technically all assemblers do, considering conditional statements are defined as a choice inside the program, where the program checks state and then take app. action. This is accomplished using jmps and cmps. So technically ANY assembler will work. If you are looking for something with a high level view on it....Randell Hyde has a freaky assembler called HLA, (high level assembler) which allows high level syntax in assembly.
    http://www25.brinkster.com/cheeseball

    -- Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment--

  4. #4
    The Iceman Cometh
    Join Date
    Aug 2001
    Posts
    1,209
    I used to prefer MASM. I used to have it integrated into my MS Visual Studio 6, but when I upgraded to VS.NET, it has the assembler already built in, so I just use that now.

    AJ

  5. #5
    nasm

  6. #6
    orgASM

    i have masm but have heard a lot of good about nasm too.

Posting Permissions

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