You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
158 B

.text
.align 16
.global foo#
.proc foo#
foo:
.prologue 2, 2
.vframe r2
mov r2 = r12
.body
.restore sp
mov r12 = r2
br.ret.sptk.many b0
.endp foo#