The 8051 Cross Assembler takes an assembly language source file created with a text editor and translates it into a machine language object file.
This translation process is done in two passes over the source file.
During the first pass, the Cross Assembler builds a symbol table from the symbols and labels used in the source file.
preview:
http://www.metaice.com/ASM51/ASM51.htm
5/21/2002