-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path7.j
More file actions
46 lines (46 loc) · 775 Bytes
/
7.j
File metadata and controls
46 lines (46 loc) · 775 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
.bytecode 50.0
.class public tests/7
.super java/lang/Object
.method public <init>()V
.limit stack 1
.limit locals 1
aload_0
invokespecial java/lang/Object/<init>()V
return
.end method
.method public static main([Ljava/lang/String;)V
.limit stack 7
.limit locals 4
ldc 1
ldc 7
ldc 3
imul
iadd
istore 1
ldc 7
ldc 1
ldc 4
iadd
ineg
isub
istore 3
ldc 2
ldc 1
ineg
ineg
ineg
ineg
ineg
iadd
istore 2
getstatic java/lang/System/out Ljava/io/PrintStream;
iload 1
invokevirtual java/io/PrintStream/println(I)V
getstatic java/lang/System/out Ljava/io/PrintStream;
iload 3
invokevirtual java/io/PrintStream/println(I)V
getstatic java/lang/System/out Ljava/io/PrintStream;
iload 2
invokevirtual java/io/PrintStream/println(I)V
return
.end method