  |
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. |
  |
Jim Webster's Assembler Page - http://www.geocities.com/SiliconValley/Sector/7256/
Assembly language program downloads: DOS-based, written by website author. Links: shareware and freeware, help, discussion boards, programming related. |
  |
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. |
  |
Assembly Language Repository - http://www.beroset.com/
A collection of x86 assembly language source files. |
  |
MASM Winsock Example - http://www.ronybc.8k.com/sparcz.htm
Source code of a small telnet server written in assembly. |