summaryrefslogtreecommitdiff
path: root/fib.s68
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-03-24 22:18:23 -0700
committerMichael Pavone <pavone@retrodev.com>2018-03-24 22:18:23 -0700
commit371d5418e6b1bfba88b55382b0a1b91d97023ae5 (patch)
tree26e75e6766ec3f43284b90f3ba5acbf72d78d646 /fib.s68
parent484e97a4e318d18b867acea7773853dfc7616a30 (diff)
parent15af9462392967b6adf7ba6ff4f7ff778cf10eb3 (diff)
Merge
--HG-- branch : nuklear_ui
Diffstat (limited to 'fib.s68')
-rw-r--r--fib.s684
1 files changed, 2 insertions, 2 deletions
diff --git a/fib.s68 b/fib.s68
index c8cf58b..f396a27 100644
--- a/fib.s68
+++ b/fib.s68
@@ -1,8 +1,8 @@
dc.l $0, start
start:
- moveq #36, d0
+ moveq #42, d0
bsr fib
- illegal
+ reset
fib:
cmp.l #2, d0
blt base