diff options
Diffstat (limited to 'asm/msp_w.s')
-rw-r--r-- | asm/msp_w.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/msp_w.s b/asm/msp_w.s new file mode 100644 index 0000000..c589c0e --- /dev/null +++ b/asm/msp_w.s @@ -0,0 +1,4 @@ + .global __msp_w +__msp_w: + msr MSP, r0 + bx lr |