Path: Assembly Language : Bytecode :
Path: Java : Bytecode :



 Java BYTECODE...


 Disassmbler & Assembler

  dis_asm.class - simple program that used to dissassemble Java class file using the BCEL
  asm.class - simple byte code assembly language using the BCEL
  asm.java - simple byte code assembly language using the BCEL source code
  j2c.jar - BYTECODE to C++ translator using the BCEL Apache API

 Example

  hello.asm - example java byte code program


 BYTECODE API

  jel.jar - GNU java eval() object that generates dynamic BYTECODE
  bcel-5.2.jar - Apache BCEL version 5.2 allows you to read and write Java BYTECODE files
  bcel-6.2.jar - Apache BCEL version 6.2 allows you to read and write Java BYTECODE files