PDA

Click to See Complete Forum and Search --> : John's FAQ...


NotLKH
Apr 15th, 2005, 06:16 AM
Just thought about learning assembly, and after reading John's FAQ, seeing that its from 2001, I was wondering...

Do you have any links that could be/should be in that fax?

For example, I just came across this:
http://sourceforge.net/projects/nasm/

Would this be of any value to me???

:wave:

Maven
Apr 15th, 2005, 11:18 AM
Just thought about learning assembly, and after reading John's FAQ, seeing that its from 2001, I was wondering...

Do you have any links that could be/should be in that fax?

For example, I just came across this:
http://sourceforge.net/projects/nasm/

Would this be of any value to me???

:wave:

The best assembler out there for windows imo is found at www.masm32.com. It's basically the Microsoft Assembler with a library built by a decent sized community of asm programmers.

yeohhs
Apr 18th, 2005, 11:26 PM
For example, I just came across this:
http://sourceforge.net/projects/nasm/

Would this be of any value to me???

:wave:

Hi NotLKH,

NASM is a very useful tool. There's a Yahoo group, Win32 NASM Users, that uses nasm to code Win32 applications.
The URL is:
http://groups.yahoo.com/group/win32-nasm-users

Another site that might be useful to Nasm users is:
http://www.visual-assembler.pt.vu/

Other assembly language tools are:
FASM at http://flatassembler.net/index.php
GoAsm at http://www.jorgon.freeserve.co.uk/
LZasm at http://lzasm.hotbox.ru/
RosAsm at http://www.rosasm.org/


Best Regards,
Yeoh
--