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