cortex-m 0.5.4

Low level access to Cortex-M processors
Documentation
1
2
3
4
5
  .global __isb
  .thumb_func
__isb:
  isb 0xF
  bx lr