diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-12 22:28:40 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-12 22:28:40 +0300 |
| commit | b6ac63225524f1b34ffc4f780726ed981ba7e6a2 (patch) | |
| tree | 400a8f46e3ace22f31cf7e893686cfaf53445227 /resources/asm/fibo.atk16 | |
| parent | 77bbd007004a0c0174dd9ce3df840db04fe9ec98 (diff) | |
Add "@include %bootstrap" directive format for including builtin bootstrap file
Diffstat (limited to 'resources/asm/fibo.atk16')
| -rw-r--r-- | resources/asm/fibo.atk16 | 6 |
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 |
