Class Main


public class Main extends JasmTool
Jasm is an assembler that accepts a text file based on the JASM Specification, and produces a .class file for use with a Java Virtual Machine.

Main entry point of the JASM assembler :: jasm to class

  • Field Details

    • cfv

      private final CFVersion cfv
    • noWriteFlag

      private boolean noWriteFlag
    • byteLimit

      private int byteLimit
    • debugScanner

      private boolean debugScanner
    • debugMembers

      private boolean debugMembers
    • debugCP

      private boolean debugCP
    • debugAnnot

      private boolean debugAnnot
    • debugInstr

      private boolean debugInstr
  • Constructor Details

  • Method Details