summaryrefslogtreecommitdiff
path: root/test/fib.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-08-31 11:25:19 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-08-31 11:25:19 -0400
commit385a621b9487456c3167f204b02cb0ea0752191d (patch)
treef8646458ea5b1b49af192d162ed0713c73c6cca6 /test/fib.s
parent4ed07ca38b99abdca750c6612c512f30965f1714 (diff)
- Optimized the memory read/write functions a bit more.
- Added a memcopy() function, for later on.
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