: : I am looking for a source code for a 2 pass assembler for 8086 written preferably in C on linux platform.Please forward any info on this to me
: :
:
: basic idea behind an assembler is a simple text to hex-code conversation with a larger opcode-table.try a google-search,there should be some freeware-assembler with opensource-licence.
:
: the two passes are needed for adress-calculation on forward-jumps.
:
:
Maybe you should check out the Netwide Assembler [NASM] at sourceforge since it is Open Source. It sure is a bit complex but you'll probably find what you're looking for. The source is located here: http://sourceforge.net/project/showfiles.php?group_id=6208&package_id=44298