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
13
.class Mul
.super java/lang/Object

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