aboutsummaryrefslogtreecommitdiffstats
path: root/asm/idle_loop.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-20 16:55:14 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-20 16:56:09 +0200
commit549901c85044b6ccd912688d6be007c2fdacc6c6 (patch)
tree15d1123eedb4347472e4b47fec880e2e5b79927e /asm/idle_loop.atk16
parentabf0594c78087434bced59054896f7f411e18faf (diff)
Refactor dir structure
Diffstat (limited to 'asm/idle_loop.atk16')
-rw-r--r--asm/idle_loop.atk1610
1 files changed, 0 insertions, 10 deletions
diff --git a/asm/idle_loop.atk16 b/asm/idle_loop.atk16
deleted file mode 100644
index dd7d879..0000000
--- a/asm/idle_loop.atk16
+++ /dev/null
@@ -1,10 +0,0 @@
-@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
-
-@label main
- jpi main