Jasmin is a Java Assembler. It takes ASCII descriptions for Java classes, written in a simpleassembler-like syntax. It converts them into binary Java .class class files suitable for loading into a Java Virtual Machine implementation.
Simple 8085 assembler and disassembler for educational use. The 8085asm generates the map file and intel hex file. It support the directives EQU, ORG, DB, DS and END.