| changeset 809 | c909756486ee | 
| parent 808 | 9f213360c6b5 | 
| child 850 | 7fb643cb3d9d | 
--- 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