.section .text .align 1 .global __start __start: mov.w @0,r0 jsr @r0 .section .data .string "Do you byte, when I knock?" .end