diff options
Diffstat (limited to 'asm/nop.s')
-rw-r--r-- | asm/nop.s | 4 |
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 |