Brian Raiter's NASM Tiny Programs - Provided as exhibitions of just how compressed a Linux ELF executable can be and still function. - http://www.muppetlabs.com/~breadbox/software/tiny/
Ronybc homepage - Fireworks with MMX bluring effect, Winsock example in MASM and some other MASM codes by ronybc. - http://www.ronybc.8k.com/
Assembly Language Repository - This site includes a tidy, well documented collection of x86 assembly language source files. - http://www.beroset.com/
the Assembly Gems page - Many small, useful routines (Gems), written in assembler. Everything from sorting routines to performance monitoring tools are available. Optimized for speed, size, or both. For Intel x86 & compatibles, and Motorola. - http://www.df.lth.se/~john_e/
QWERTY keyboard Organ - Keyboard organ written in assembly Language using pc speaker and allows multiple keys pressed at once. - http://www2.dsu.nodak.edu/users/mberg/assembly/organ/organ2.html
Assembly Language Floating Point - Simple input and output in assembly language for floating point and integer double word sized values. - http://www2.dsu.nodak.edu/users/mberg/assembly/numbers/Numbers.html