AsmTools (Assembler Tools) contains two Java .class file assembler/disassembler languages:
- JAsm/JDis – Provides a Java-like declaration of member signatures while providing Java VM Specification-compliant mnemonics for bytecode instructions. JAsm also provides a high-level syntax for constructs often found within classfile attributes.
- JCod/JDec – Provides bytecode containers of classfile constructs.
Resources