aboutsummaryrefslogtreecommitdiffstats
path: root/asm/idle_loop.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-14 11:43:43 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-14 14:52:43 +0300
commit15337f762451deabdabec873e7aa8a2a483ec75c (patch)
tree2e245c9f07b1bb0398d68f8f9d7f979e85fa8cce /asm/idle_loop.atk16
parente6d966cebc15e21cb64012d314f74f54dc35eead (diff)
Set up MMIO with keyboard, terminal emulator
Diffstat (limited to 'asm/idle_loop.atk16')
-rw-r--r--asm/idle_loop.atk1610
1 files changed, 10 insertions, 0 deletions
diff --git a/asm/idle_loop.atk16 b/asm/idle_loop.atk16
new file mode 100644
index 0000000..442923c
--- /dev/null
+++ b/asm/idle_loop.atk16
@@ -0,0 +1,10 @@
+@opt stack_pointer RF
+@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