aboutsummaryrefslogtreecommitdiff
path: root/src/boot.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.s')
-rw-r--r--src/boot.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boot.s b/src/boot.s
index 626420c..a2bb4b2 100644
--- a/src/boot.s
+++ b/src/boot.s
@@ -3,6 +3,10 @@
.section .vector_table, "a"
.word __stack_top /* Initial stack pointer */
+
+/**
+ * Exceptions
+ */
.word _start /* Reset Handler */
.word _hang /* Non Maskable Interrupts */
.word _hang /* Hard Fault */
@@ -15,6 +19,10 @@
.word _hang /* PendSV */
.word _hang /* SysTick */
+/**
+ * IRQs
+ */
+
.text
.align