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
14
15
16
17
.class public Malign
.super java/lang/Object

.method public <init>()V
  aload_0
  invokespecial java/lang/Object/<init>()V
  return
.end method

.method public static main([Ljava/lang/String;)V
  .limit stack 2
  .limit locals 1

  bipush 100
  invokevirtual java/lang/Object/clone()Ljava/lang/Object;
  return
.end method