7 lines
76 B
ArmAsm
7 lines
76 B
ArmAsm
.text
|
|
.globl start
|
|
start: nop
|
|
.space 254
|
|
.globl dest
|
|
dest: jr t,start
|
|
nop
|