- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTest.j
More file actions
Latest commit
29 lines (22 loc) · 464 Bytes
/
Copy pathTest.j
File metadata and controls
29 lines (22 loc) · 464 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
.classpublicTest
.superjava/lang/Object
.methodpublic<init>()V
aload_0
invokespecial java/lang/Object/<init>()V
return
.end method
.methodpublicstaticmain([Ljava/lang/String;)V
.limit stack 32
.limit locals 32
ldc 1
ldc 2
ldc 3
iadd
isub
istore 0
getstatic java/lang/System/out Ljava/io/PrintStream;
iload 0
invokestatic java/lang/String/valueOf(I)Ljava/lang/String;
invokevirtual java/io/PrintStream/println(Ljava/lang/String;)V
return
.end method