Click to See Complete Forum and Search --> : Assembler
VicTT
June 8th, 2002, 11:16 AM
Can anybody point out a good assembler(in your opinions) excepting tasm that supports conditional statements?
preep
June 8th, 2002, 01:39 PM
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.html?qt=hackman&tg=dl-2001 - hackman
http://download.com.com/3120-20-0.html?qt=hex+edit&tg=dl-2001 -hexedit
http://download.com.com/3120-20-0.html?qt=hex+workshop&tg=dl-2001 - hex workshop
preep
{look for Art of assembly language, its a free ebook, and really good}
Cheeseball
June 14th, 2002, 12:56 AM
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.
avdven
June 14th, 2002, 02:25 AM
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
Phactorial
June 21st, 2002, 09:20 PM
nasm
ihsir
June 24th, 2002, 07:31 AM
orgASM :D:D
i have masm but have heard a lot of good about nasm too.