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
.class public MinFloatExample
.super java/lang/Object

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

.method public static main([Ljava/lang/String;)V
  .limit stack 2
  getstatic java/lang/System/out Ljava/io/PrintStream;
  ldc 1.23e-06
  invokevirtual java/io/PrintStream/println(F)V
  return
.end method