// This is not intended to be built, but is what a stub service's code is .section .text .global _start _start: ldr r0, =0xf8c007f4 bx lr