aboutsummaryrefslogtreecommitdiffstats
path: root/resources/asm/fibo.atk16
diff options
context:
space:
mode:
Diffstat (limited to 'resources/asm/fibo.atk16')
-rw-r--r--resources/asm/fibo.atk166
1 files changed, 1 insertions, 5 deletions
diff --git a/resources/asm/fibo.atk16 b/resources/asm/fibo.atk16
index 34999a9..b2c20bd 100644
--- a/resources/asm/fibo.atk16
+++ b/resources/asm/fibo.atk16
@@ -1,10 +1,6 @@
-@opt stack_pointer RG
-@opt csr_scratch RH
-@use ext_std:*
-
; bootstrap code (must be called to setup mandatory data)
; will jump to label main
-@include bootstrap
+@include %bootstrap
@label main
; call fibo subroutine with parameter 10