progs/while/test-small.j
changeset 850 ea320c9427d2
parent 809 2b9956d29038
--- a/progs/while/test-small.j	Thu Nov 11 15:58:22 2021 +0000
+++ b/progs/while/test-small.j	Mon Nov 22 11:24:08 2021 +0000
@@ -15,9 +15,9 @@
    .limit stack 200
 
    ; 1 + ((2 * 3) + (4 - 3))
-   ldc 1       
-   ldc 2
-   ldc 3
+   ldc 5       
+   ldc 6
+   ldc 7
    imul
    ldc 4
    ldc 3
@@ -26,4 +26,4 @@
    iadd
    invokestatic test/test/write(I)V 
    return
-.end method
\ No newline at end of file
+.end method