summaryrefslogtreecommitdiff
path: root/tests/countdown.hex
diff options
context:
space:
mode:
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