From 2bd8f7c5a4a455d4447f111cc5fed90af76bf280 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 22 Sep 2022 13:04:12 -0700 Subject: Support comments in tests --- tests/fib-regs.hex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/fib-regs.hex') 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 @@ -93 91 A1 03 -92 90 02 -92 B1 03 -92 90 A1 03 -92 91 A2 03 -93 90 A4 00 +93 91 A1 03 # 00: r1 = 1 +92 90 02 # 04: emit r0 +92 B1 03 # 07: r2 = r0 + r1 +92 90 A1 03 # 0a: r0 = r1 +92 91 A2 03 # 0e: r1 = r2 +93 90 A4 00 # 12: jump 4 -- cgit v1.2.3