cortex-m-semihosting 0.3.7

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