JASMIN HOME PAGE
Jonathan Meyer, Oct 2004
IntroductionJasmin is an assembler for the Java Virtual Machine. It takes ASCII descriptions of Java classes, written in a simple assembler-like syntax using the Java Virtual Machine instruction set. It converts them into binary Java class files, suitable for loading by a Java runtime system.
Jasmin was originally created as a companion to the book "Java Virtual Machine", written by Jon Meyer and Troy Downing and published by O'Reilly Associates. Since then, it has become the de-facto standard assembly format for Java. It is used in dozens of compiler classes throughout the world, and has been ported and cloned multiple times. For better or worse, Jasmin remains the oldest and the original Java assembler. The O'Reilly JVM book is now out of print. Jasmin continues to survive as a SourceForge Open Source project. Documentation
Copyright (c) Jonathan Meyer, 2004 Jasmin Home | Jon Meyer's Home |