summaryrefslogtreecommitdiff
path: root/tests/countdown.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/countdown.hex
parentInitial commit. (diff)
downloadprocmodel-2bd8f7c5a4a455d4447f111cc5fed90af76bf280.tar.xz
Support comments in tests
Diffstat (limited to '')
-rw-r--r--tests/countdown.hex10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/countdown.hex b/tests/countdown.hex
index 1185774..c1af1fb 100644
--- a/tests/countdown.hex
+++ b/tests/countdown.hex
@@ -1,5 +1,5 @@
193 90 A3 03 193 90 A3 03 # 0: r0 = 3 + 0
292 90 02 292 90 02 # 4: emit r0
392 90 FF 03 392 90 FF 03 # 7: r0 = r0 - 1
491 90 00 491 90 00 # a: jump 0 if r0 == 0
593 90 A4 00 593 90 A4 00 # d: jump 4