13 lines
208 B
ArmAsm
13 lines
208 B
ArmAsm
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
|
.define .sbs
|
|
|
|
! $Header$
|
|
|
|
.sbs:
|
|
movl (sp)+,r1
|
|
subl2 (sp)+,(sp)
|
|
movl $4,-(sp)
|
|
movl r0,-(sp)
|
|
movl r1,-(sp)
|
|
jmp .cii
|