Assembler

There are many pages containing links to other pages containing links to other... anyway I've found that a lot contain broken links so I have created this page. Current as of 14th November 2005. One thing to bear in mind is that some of these links are to Win32 assembler tutorials, in your assignment however you will not be writing Win32 assembler - but they doesn't mean they won't be useful :-)

Description Link Comments
Intels IA-32 architecture software developers manuals. Link Not for the beginner!
Some sample chapters from the book: "Assembly Language for Intel-Based Computers" Link If you're feeling rich buy the book as well.
A Forum For Assembler Language Programmers Link Excellent! There is a wealth of information here.
Contains pointers to some good tutorials and plenty of code segments. Link  
Online book: "The Art of Assembly Language Programming." Linux version or windows version. Link Excellent but the code samples use High Level Assembly (HLA).
Iczelion's Win32 Assembly Homepage Link Tutorials and message boards are good. (Win32)
Bills Win32ASM page. Link Articles are good. (Win32)
Webring - List of related sites. Link Useful.
Win32 Assembler coding tutorial. Link Good but it is Win32 .
Links to all things assembler. Link Hmm... not sure about this one there are a lot of links but they seem very varied.

Remember:

If you're looking at something like INT 21H you're looking at 16bit DOS assembler.