diff --git a/prog.bin b/prog.bin index b97c91f..57d2fa9 100644 Binary files a/prog.bin and b/prog.bin differ diff --git a/test/tests/arrTest.asm b/test/tests/arrTest.asm index ab013cb..f14f3fc 100644 --- a/test/tests/arrTest.asm +++ b/test/tests/arrTest.asm @@ -1,16 +1,16 @@ new 3 -popl 0 +popg 0 -pushl 0 +pushg 0 pushc 10 putf 0 -pushl 0 +pushg 0 pushc 11 putf 1 -pushl 0 +pushg 0 getf 0 -pushl 0 +pushg 0 getf 1 add wrint