summaryrefslogtreecommitdiff
path: root/test/fib.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/fib.s')
-rw-r--r--test/fib.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fib.s b/test/fib.s
index 65912ad..e2c2e0f 100644
--- a/test/fib.s
+++ b/test/fib.s
@@ -63,6 +63,9 @@ fib2:
bcs start2 ; Start all over again, if the carry flag was set.
bra fib2 ; Otherwise, keep looping.
+
+.org $FFC0
+.qword init
; Set up the thread vectors.
.org $FF50
.qword init2