i read the topic about why to use assmbly and it looks great, i want to learn it, can anyone reccomend a compiler and a begginger tutorial for me, and if anyone could give me any other info on it that would be great
Printable View
i read the topic about why to use assmbly and it looks great, i want to learn it, can anyone reccomend a compiler and a begginger tutorial for me, and if anyone could give me any other info on it that would be great
you should get RadASM it is a all in one IDE, you need to have masm installed though. It is an IDE loooks like VB with all the visual stuff.
I recommend masm, this will include the compiler and linker, which is all you need.
search google for tutorials but be sure to search for win32asm tutorials (for windows asm programming) as if you search for 'asm tutorials' you will find all of the 16bit asm tuts which is for MS-DOS.
An even more vb-like interface is http://www.easycoder.org/English/index.htm
However - RadASM supports more assemblers+more features, but easycoder looks simpler.
wow that is very vb-like, I will deffo try that as I use masm, thanks Raedwulf:thumb:
thanks for the help :)