-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathifelse2.c.j
More file actions
57 lines (48 loc) · 856 Bytes
/
ifelse2.c.j
File metadata and controls
57 lines (48 loc) · 856 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.class public test
.super java/lang/Object
.method public <init>()V
aload_0
invokenonvirtual java/lang/Object/<init>()V
return
.end method
.method public static main([Ljava/lang/String;)V
.limit locals 255
.limit stack 255
3: iconst_0
4: istore 5
5: ldc 0
6: istore 6
7: iload 6
8: istore 5
9: ldc 1
10: istore 7
11: iload 7
12: istore 4
15: iconst_0
16: istore 9
13: ldc 1
14: istore 8
17: iload 5
18: iload 8
19: if_icmpne 22
20: iconst_1
21: istore 9
22: nop
33: iconst_0
34: iload 9
35: if_icmpge 37
23: getstatic java/lang/System.out Ljava/io/PrintStream;
24: iload 4
25: invokevirtual java/io/PrintStream.println(I)V
36: goto 38
37: nop
26: iinc 4 1
27: iload 4
28: istore 10
29: iinc 10 1
30: getstatic java/lang/System.out Ljava/io/PrintStream;
31: iload 4
32: invokevirtual java/io/PrintStream.println(I)V
38: nop
39: return
.end method