Introduction - If you have any usage issues, please Google them yourself
This simple C program is for the implementation of Single pass assembler.
Actually, the one pass assembler passes over the source file exactly once, in the same pass collecting the labels, resolving future references and doing the actual assembly.