aboutsummaryrefslogtreecommitdiff
path: root/asm/psp_w.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/psp_w.s')
-rw-r--r--asm/psp_w.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/psp_w.s b/asm/psp_w.s
new file mode 100644
index 0000000..8ad1559
--- /dev/null
+++ b/asm/psp_w.s
@@ -0,0 +1,4 @@
+ .global __psp_w
+__psp_w:
+ msr PSP, r0
+ bx lr