-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.c.j
More file actions
59 lines (51 loc) · 794 Bytes
/
array.c.j
File metadata and controls
59 lines (51 loc) · 794 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
.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
1: ldc 5
2: istore 4
3: iload 4
4: newarray int
5: astore 4
6: ldc 5
7: istore 5
8: aload 4
9: iload 5
10: iaload
11: istore 6
12: ldc 3
13: istore 7
14: aload 4
15: iload 5
16: iload 7
17: iastore
14: ldc 5
15: istore 8
16: aload4
17: iload 8
18: dup2
19: iaload
20: dup
21: istore 9
22: iconst_1
23: iadd
24: iastore
27: ldc 5
28: istore 11
29: aload 4
30: iload 11
31: iaload
32: istore 12
33: iload 12
34: istore 10
35: getstatic java/lang/System.out Ljava/io/PrintStream;
36: iload 10
37: invokevirtual java/io/PrintStream.println(I)V
38: return
.end method