summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/countdown.hex5
-rw-r--r--tests/fib-mem.hex9
-rw-r--r--tests/fib-regs.hex6
-rw-r--r--tests/loop-with-add.hex2
-rw-r--r--tests/loop.hex1
5 files changed, 23 insertions, 0 deletions
diff --git a/tests/countdown.hex b/tests/countdown.hex
new file mode 100644
index 0000000..1185774
--- /dev/null
+++ b/tests/countdown.hex
@@ -0,0 +1,5 @@
193 90 A3 03
292 90 02
392 90 FF 03
491 90 00
593 90 A4 00
diff --git a/tests/fib-mem.hex b/tests/fib-mem.hex
new file mode 100644
index 0000000..521301b
--- /dev/null
+++ b/tests/fib-mem.hex
@@ -0,0 +1,9 @@
193 90 A1 A0 A0 A8 B1 05
293 90 A1 A0 A1 A0 03
392 91 F0 04
492 90 A1 02
592 92 F8 04
691 A1 B2 03
7B1 05
892 90 B8 03
993 90 AF 00
diff --git a/tests/fib-regs.hex b/tests/fib-regs.hex
new file mode 100644
index 0000000..0f8c5f8
--- /dev/null
+++ b/tests/fib-regs.hex
@@ -0,0 +1,6 @@
193 91 A1 03
292 90 02
392 B1 03
492 90 A1 03
592 91 A2 03
693 90 A4 00
diff --git a/tests/loop-with-add.hex b/tests/loop-with-add.hex
new file mode 100644
index 0000000..7c93780
--- /dev/null
+++ b/tests/loop-with-add.hex
@@ -0,0 +1,2 @@
103
291 90 00
diff --git a/tests/loop.hex b/tests/loop.hex
new file mode 100644
index 0000000..29fe69d
--- /dev/null
+++ b/tests/loop.hex
@@ -0,0 +1 @@
93 90 00