blob: c97df0cf4595526e17ec4bf081f5df0115da3cc3 [file]
.thumb
.cpu cortex-m33
.syntax unified
.global __start
.type __start, function
__start:
push {r4, lr}
bl bad
pop {r4, pc}