Download List

Project Description

Asm2class is an assembly Java to class file compiler. It allows dead code detection and can generate a class file from Java assembly source.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-08 11:05
0.1.2

This release corrects a bug in the pop2 opcode definition and
contains a stack height control (like the JVM does).
Tags: Minor feature enhancements

2004-07-13 13:59
0.1.1

This release can define abstract methods, abstract classes,
and native methods.
Tags: Minor feature enhancements

2004-05-21 09:21
0.1.0

This version can handle uninitialized registers and wrong types in registers. It adds support for the jsr and ret opcodes, handling of multiple label definition errors, and generation of debug instructions.
Tags: Major feature enhancements

2004-05-13 11:53
0.0.8

Bugs in the aconst_null and get/put field/static opcodes were
fixed. Support for throws, athrow, and nop dropping was
added.
Tags: Minor bugfixes

2004-05-09 12:39
0.0.6

The stack size and some opcodes were corrected, and some documentation was added.
Tags: Major feature enhancements

Project Resources