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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access