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/loop-with-add.hex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/loop-with-add.hex') diff --git a/tests/loop-with-add.hex b/tests/loop-with-add.hex index 7c93780..1e1c851 100644 --- a/tests/loop-with-add.hex +++ b/tests/loop-with-add.hex @@ -1,2 +1,2 @@ -03 -91 90 00 +03 # 0: r0 = r0 + r0 +91 90 00 # 1: jump 0 if r0 == 0 -- cgit v1.2.3