diff options
author | 2018-04-26 01:52:07 +0200 | |
---|---|---|
committer | 2018-04-26 01:52:07 +0200 | |
commit | bff66f8fa796e305df93f28d9a5e352eb51596e5 (patch) | |
tree | c6878210d90f8e7e8029a36cf8ebf23326c4f592 /asm/control.s | |
parent | 00d6faae149c062e79a822b8d46b6b5e7e972f57 (diff) | |
download | cortex-m-bff66f8fa796e305df93f28d9a5e352eb51596e5.tar.gz cortex-m-bff66f8fa796e305df93f28d9a5e352eb51596e5.tar.zst cortex-m-bff66f8fa796e305df93f28d9a5e352eb51596e5.zip |
make compilable on stable
Diffstat (limited to 'asm/control.s')
-rw-r--r-- | asm/control.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/control.s b/asm/control.s new file mode 100644 index 0000000..81c35e6 --- /dev/null +++ b/asm/control.s @@ -0,0 +1,4 @@ + .global __control +__control: + mrs r0, CONTROL + bx lr |