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