|
Software & Programming Links
|
Here's some links to other assembly language software and programming related web sites. Providing links is good
"Netiquette", enabling the Internet to effectively become its own index.
|
Gibson Research Corporation:
http://www.grc.com/smgassembly.htm
Steve Gibson is a programmer I have admired for many years for producing small yet powerful, efficient and
trouble-free software. Check out Steve's "Small is Beautiful" section where, like me, Steve promotes the virtues
of writing software in Assembly Language to produce minimal-sized maximum-powered programs.
|
32 Bit Macro Assembler:
http://www.masm32.com/
Here's where you can get your hands on the Microsoft Macro Assembler program, complete with the development library
needed to write programs in Assembly Language. Note that this is not designed as a "beginner's package"!
|
Iczelion's Win32 Assembly Homepage:
http://win32assembly.online.fr/
If you want to learn about programming in Assembly Language for Windows, Iczelion's site contains some great
tutorials and source code to get you running. From the absolute basics right through to some quite advanced
concepts.
|