summaryrefslogtreecommitdiff
path: root/mem
diff options
context:
space:
mode:
Diffstat (limited to 'mem')
-rw-r--r--mem/mem.hex5
1 files changed, 3 insertions, 2 deletions
diff --git a/mem/mem.hex b/mem/mem.hex
index d30c5b6..07023a8 100644
--- a/mem/mem.hex
+++ b/mem/mem.hex
@@ -3,7 +3,7 @@
3// Reset state is acc=0 idx=0 3// Reset state is acc=0 idx=0
4 4
5000 // loop: acc= 0 # Print from 0x70 until we find a 0x00 byte 5000 // loop: acc= 0 # Print from 0x70 until we find a 0x00 byte
6170 // ladd 0x70 6170 // ladd i 0x6a
7300 // ifeq 0 7300 // ifeq 0
8402 // jmp fib 8402 // jmp fib
9f44 // ++idx tx 9f44 // ++idx tx
@@ -63,8 +63,9 @@ f04 // ++idx
63f40 // tx 63f40 // tx
64f80 // halt 64f80 // halt
65 65
66@6c 66@6a
67 67
68070 // 6a: constant 0x070
68000 // 6b: LSB of ASCII rep 69000 // 6b: LSB of ASCII rep
69000 // 6c: USB of ASCII rep 70000 // 6c: USB of ASCII rep
70000 // 6d: USB of ASCII rep 71000 // 6d: USB of ASCII rep