SASM85-An Assembler for 8085 Microprocessor

        The ultimate purpose of any assembler is to convert mnemonics of a microprocessor into some other useful form, preferably object code form. This portable 8085 assembler, on which the discussion is based upon, is not an exception to this rule.

        The assembler accepts the assembly language program for 8085 microprocessor as its input and converts it into the corresponding listing file. Besides the eighty instructions of the 8085 microprocessor, this assembler also provides support for six different assembler directives. They are EQU, ORG, DB, DS, END and DSTR. The list may grow in future.



[THIS SITE IS CURRENTLY UNDER CONSTRUCTION]

Links:

Project Summary Page:
https://sourceforge.net/projects/sasm85/