- Loading...
...
Before reading this guide, familiarize yourself with the main concepts in the Java Class File (chapter 4) of the Java Virtual Machine Specification (2.0). This public spec is rather old, but updates to the class file format can be found described in JSR 202 final release specification from the Java Community Process (JCP).
This guide consists of the following sections:
Chapter 1 describes the code assembly process in general, and introduces the Asm Tools.
Chapter 2 introduces the two types of assemblers/dissassemblers in Asm Tools (JASM, JCoder), and the strengths and applications of each.
Chapter 3 introduces the syntax of the JASM and JCoder formats.
Appendix A provides a detailed view of the JASM syntax
Appendix B provides a detailed view of JCoder syntax
Typeface | Meaning | Examples |
---|---|---|
AaBbCc123 | The names of commands, files, and directories; on‐screen computer output | Edit your .loginfile. Use ls -a to list all files. $ You have mail |
AaBbCc123 | What you type, when contrasted with on-screen computer output | % su Password: |
AaBbCc123 | Book titles, new words or terms, words to be emphasized. Replace command-line variables with real names or values. | Read Chapter 6 in the User's Guide. These are called class options. To delete a file, type rm filename. |
Note - Characters display differently depending on browser settings. If characters do not display correctly, change the character encoding in your browser to Unicode UTF-8. |