From b6ac63225524f1b34ffc4f780726ed981ba7e6a2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 12 Apr 2024 22:28:40 +0300 Subject: Add "@include %bootstrap" directive format for including builtin bootstrap file --- resources/asm/fibo.atk16 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'resources/asm/fibo.atk16') 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 -- cgit v1.3