You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
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