aboutsummaryrefslogtreecommitdiff
path: root/src/utils/svc.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/svc.S')
-rw-r--r--src/utils/svc.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/svc.S b/src/utils/svc.S
new file mode 100644
index 0000000..65200d8
--- /dev/null
+++ b/src/utils/svc.S
@@ -0,0 +1,5 @@
+.global svc
+
+svc:
+ svc #0
+ mov pc, lr