cortex-m-semihosting 0.3.1

Semihosting for ARM Cortex-M processors
Documentation
1
2
3
4
5
6
  .section .text.__syscall
  .global __syscall
  .thumb_func
__syscall:
  bkpt 0xAB
  bx lr