| changeset 809 | c909756486ee |
| parent 808 | 9f213360c6b5 |
| child 850 | 7fb643cb3d9d |
| 808:9f213360c6b5 | 809:c909756486ee |
|---|---|
12 |
12 |
13 .method public static main([Ljava/lang/String;)V |
13 .method public static main([Ljava/lang/String;)V |
14 .limit locals 200 |
14 .limit locals 200 |
15 .limit stack 200 |
15 .limit stack 200 |
16 |
16 |
17 bipush 8 |
17 ; 1 + ((2 * 3) + (4 - 3)) |
18 ldc 1 |
|
19 ldc 2 |
|
20 ldc 3 |
|
21 imul |
|
22 ldc 4 |
|
23 ldc 3 |
|
24 isub |
|
25 iadd |
|
26 iadd |
|
18 invokestatic test/test/write(I)V |
27 invokestatic test/test/write(I)V |
19 return |
28 return |
20 .end method |
29 .end method |