Menu

Assembler JVM / News: Recent posts

Asm2class 0.1.1 released

The new version of asm2class (0.1.1) has been released. Ams2class is a java assembly language compiler.

This new release add abstract method and class definition and native method definition to the language.

it can be download from http://prdownloads.sourceforge.net/asm2class/asm2class-0.1.1.tar.gz?download

Posted by Boretti Mathieu 2004-07-13

Asm2class 0.1.0 released

This new release of asm2class (compiler for the java assembly language) have the following features :
Source files can contains class, field, method and constructor.
More that 90% of the opcode are know.
Support dead code, uninitialized register, etc detection.
Can do some small optimization.

https://sourceforge.net/project/showfiles.php?group_id=107688&package_id=117283&release_id=239878

Posted by Boretti Mathieu 2004-05-21

Asm2class 0.0.8 released

This new release of asm2class have the following features :
Generating class file that contains class, field, method and constructor.
Know more that 90% of the java assembly language.
Dead code detection.
Small integrity control.
Small auto-optimization.
partial support the java exception system

Posted by Boretti Mathieu 2004-05-13

Asm2class 0.0.6 (beta) released

Asm2class 0.0.6 is the last release of asm2class, a java assembly compiler. This release have the following features :
Defining class, method, field and constructor.
Dead code detection
Auto-optimization of some opcode.

Asm2class contains some example of java assembly source. Actually, asm2class support more that 90% of the java assembly language.

Posted by Boretti Mathieu 2004-05-09

Asm2class 0.0.4 (beta) released

The first beta version of asm2class (compiler for Java Assembly to class file) has been released. It allow generating classfile that contains Class with fields and methods.

This version of asm2class has the following features : Defining class, defining field, defining and writing method (about 90% of opcode of the Java assembly are available).

Posted by Boretti Mathieu 2004-05-06