summaryrefslogtreecommitdiff
path: root/tests/fib-regs.hex
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-09-22 13:04:12 -0700
committerJulian Blake Kongslie2022-09-22 13:04:12 -0700
commit2bd8f7c5a4a455d4447f111cc5fed90af76bf280 (patch)
tree24b0282c7aa916d9c5d9249815cd96b165d8aa1b /tests/fib-regs.hex
parentInitial commit. (diff)
downloadprocmodel-2bd8f7c5a4a455d4447f111cc5fed90af76bf280.tar.xz
Support comments in tests
Diffstat (limited to '')
-rw-r--r--tests/fib-regs.hex12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/fib-regs.hex b/tests/fib-regs.hex
index 0f8c5f8..ed7283c 100644
--- a/tests/fib-regs.hex
+++ b/tests/fib-regs.hex
@@ -1,6 +1,6 @@
193 91 A1 03 193 91 A1 03 # 00: r1 = 1
292 90 02 292 90 02 # 04: emit r0
392 B1 03 392 B1 03 # 07: r2 = r0 + r1
492 90 A1 03 492 90 A1 03 # 0a: r0 = r1
592 91 A2 03 592 91 A2 03 # 0e: r1 = r2
693 90 A4 00 693 90 A4 00 # 12: jump 4