-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathifelse5.c.j
More file actions
63 lines (52 loc) · 911 Bytes
/
ifelse5.c.j
File metadata and controls
63 lines (52 loc) · 911 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
57
58
59
60
61
62
.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
37: iconst_0
38: iload 9
39: if_icmpge 41
23: iinc 4 1
24: iload 4
25: istore 10
26: iinc 10 1
27: getstatic java/lang/System.out Ljava/io/PrintStream;
28: iload 4
29: invokevirtual java/io/PrintStream.println(I)V
40: goto 42
41: nop
30: iinc 4 1
31: iload 4
32: istore 11
33: iinc 11 1
34: getstatic java/lang/System.out Ljava/io/PrintStream;
35: iload 4
36: invokevirtual java/io/PrintStream.println(I)V
42: nop
43: return
.end method