Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
312 B
Text
6 lines
312 B
Text
Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java
|
|
classes, written in a simple assembler-like syntax and using the Java Virtual
|
|
Machine instruction set. It converts them into binary Java class files
|
|
suitable for loading into a JVM implementation.
|
|
|
|
WWW: http://jasmin.sourceforge.net/
|