aboutsummaryrefslogtreecommitdiff
path: root/asm/dmb.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/dmb.s')
-rw-r--r--asm/dmb.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/dmb.s b/asm/dmb.s
new file mode 100644
index 0000000..9fd38dd
--- /dev/null
+++ b/asm/dmb.s
@@ -0,0 +1,4 @@
+ .global __dmb
+__dmb:
+ dmb 0xF
+ bx lr