phoron_asm 1.0.2

A Jasmin-compatible Assembler for the JVM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.class Sub
.super java/lang/Object

.method public static sub(II)I
  .limit locals 2
  .limit stack 2
  
  iload_0
  iload_1
  isub
  ireturn
.end method