Skip to content

Instantly share code, notes, and snippets.

@siosio
Created August 29, 2012 11:07
Show Gist options
  • Save siosio/3510757 to your computer and use it in GitHub Desktop.
Save siosio/3510757 to your computer and use it in GitHub Desktop.
public add()V
L0
LINENUMBER 14 L0
BIPUSH 10
ISTORE 1
L1
LINENUMBER 15 L1
BIPUSH 20
ISTORE 2
L2
LINENUMBER 16 L2
GETSTATIC java/lang/System.out : Ljava/io/PrintStream;
ILOAD 1
ILOAD 2
IADD
INVOKEVIRTUAL java/io/PrintStream.println (I)V
L3
LINENUMBER 17 L3
RETURN
L4
LOCALVARIABLE this LHoge; L0 L4 0
LOCALVARIABLE a I L1 L4 1
LOCALVARIABLE b I L2 L4 2
MAXSTACK = 3
MAXLOCALS = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment