summaryrefslogtreecommitdiff
path: root/examples/gfcc/compiler/runtime.j
blob: c99523cc71fe55333ab8fd58e1e519b9ebba1ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.class public runtime
.super java/lang/Object
;
; standard initializer
.method public <init>()V
  aload_0
  invokenonvirtual java/lang/Object/<init>()V
  return
.end method

.method public static ilt(II)I
.limit locals 2
.limit stack 2
    iload_0
    iload_1
    if_icmpge Label0
    iconst_1
    ireturn
  Label0:
    iconst_0
    ireturn
  Label1:
.end method

; TODO: flt missing