Jasm icon indicating copy to clipboard operation
Jasm copied to clipboard

Assembler / Disassembler for Java Bytecode

Results 6 Jasm issues
Sort by recently updated
recently updated
newest added

Currently, the StackMapTable is not written correctly to disk. Well, it's not written at all to disk.

Currently, when jasm identifies a verification error it reports a rather useless error message. This really needs to be improved!!!

The `IfCmp` bytecode takes an `int` as the first argument (the type of comparison) while the `If` bytecode takes an `IfMode` (enum) as the first argument (the type of comparison)....

Currently, JasmFileReader is not functional and it would be nice to finish this off so that jasm is a true assembler / disassembler.

Currently, there are no readers for bytecode attributes, other than those built in to ClassFileReader. It would be good to add one for each bytecode attribute.

Currently, attribute printing is handled by the BytecodeAttribute.print method. However, this is hard coding a particular view, and we may want to support multiple views (eg jasmin, jasm, javap, etc).