changeset 809 | 2b9956d29038 |
parent 808 | ba3edaf7dc49 |
child 850 | ea320c9427d2 |
--- a/progs/while/test-small.j Wed Nov 18 12:18:33 2020 +0000 +++ b/progs/while/test-small.j Tue Nov 24 21:22:31 2020 +0000 @@ -14,7 +14,16 @@ .limit locals 200 .limit stack 200 - bipush 8 + ; 1 + ((2 * 3) + (4 - 3)) + ldc 1 + ldc 2 + ldc 3 + imul + ldc 4 + ldc 3 + isub + iadd + iadd invokestatic test/test/write(I)V return .end method \ No newline at end of file