  |
Brian Raiter's NASM Tiny Programs - http://www.muppetlabs.com/~breadbox/software/tiny/
Provided as exhibitions of just how compressed a Linux ELF executable can be and still function. |
  |
Assembly Language Repository - http://www.beroset.com/
A collection of x86 assembly language source files. |
  |
the Assembly Gems page - http://www.df.lth.se/~john_e/
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 and compatibles, and Motorola. |
  |
MASM Winsock Example - http://www.ronybc.8k.com/sparcz.htm
Source code of a small telnet server written in assembly. |
  |
AsmSource: Assembly Language Programming - http://asmsource.8k.com/
x86 Asm source code: DOS 16-bit, Windows 32-bit: examples; utilities, links. |