aboutsummaryrefslogtreecommitdiff
path: root/asm/control.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/control.s')
-rw-r--r--asm/control.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/control.s b/asm/control.s
new file mode 100644
index 0000000..81c35e6
--- /dev/null
+++ b/asm/control.s
@@ -0,0 +1,4 @@
+ .global __control
+__control:
+ mrs r0, CONTROL
+ bx lr