changeset 808 | ba3edaf7dc49 |
child 809 | 2b9956d29038 |
807:9fa90c73c6f3 | 808:ba3edaf7dc49 |
---|---|
1 .class public test.test |
|
2 .super java/lang/Object |
|
3 |
|
4 .method public static write(I)V |
|
5 .limit locals 1 |
|
6 .limit stack 2 |
|
7 getstatic java/lang/System/out Ljava/io/PrintStream; |
|
8 iload 0 |
|
9 invokevirtual java/io/PrintStream/println(I)V |
|
10 return |
|
11 .end method |
|
12 |
|
13 .method public static main([Ljava/lang/String;)V |
|
14 .limit locals 200 |
|
15 .limit stack 200 |
|
16 |
|
17 bipush 8 |
|
18 invokestatic test/test/write(I)V |
|
19 return |
|
20 .end method |