From 53a331bc8b2fc33bd2b7e25a23b4128f89ee0b52 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 7 Jun 2019 10:47:47 +0200 Subject: Add assignment, while, extern, function signature type, start on bytecode --- tests/bytecode.amal.z | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/bytecode.amal.z (limited to 'tests/bytecode.amal.z') 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 -- cgit v1.2.3