aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting/asm.s
blob: 26a13fc3e311ba4c0268126ce1fc80c1d102a193 (plain) (blame)
1
2
3
4
5
6
  .section .text.__syscall
  .global __syscall
  .thumb_func
__syscall:
  bkpt 0xAB
  bx lr