aboutsummaryrefslogtreecommitdiff
path: root/tests/bytecode.amal.z
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode.amal.z')
-rw-r--r--tests/bytecode.amal.z11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/bytecode.amal.z b/tests/bytecode.amal.z
new file mode 100644
index 0000000..2809b47
--- /dev/null
+++ b/tests/bytecode.amal.z
@@ -0,0 +1,11 @@
+FUNC_START 0
+FUNC_END
+FUNC_START 0
+mov r0, i0
+mov r1, r0
+mov r2, i1
+mov r1, r2
+mov r3, s0
+mov r4, r3
+call 0
+FUNC_END