Appendix B. Oolong Reference
Oolong is an assembly language for the Java virtual machine, based on the Jasmin language by Jon Meyer. It is designed to allow you to write programs at the bytecode level without having to mess about with individual bytes.
Sections B.1 and B.2 document the Oolong
assembler and the Gnoloo
disassembler. They are used to create and edit class
files using the Oolong language. Section B.3 describes the DumpClass
program, which is used to print a byte-by-byte deconstruction of a class
file.
These programs are written in Java, using the Java 1.0.2 platform. They should be compatible with any current Java platform.
The Synopsis heading of each section, which describes the usage of the programs, assumes that you have a program ...
Get Programming for the Java™ Virtual Machine now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.