ack/mach/vax4/libem/sbf.s
1990-01-12 10:29:26 +00:00

22 lines
270 B
ArmAsm

#include "em_abs.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .sbf
! $Header$
.sbf:
movl (sp)+,r1
cmpl r0,$4
bneq I1
subf2 (sp)+,(sp)
jmp (r1)
I1:
cmpl r0,$8
bneq I2
subd2 (sp)+,(sp)
jmp (r1)
I2:
pushl $EILLINS
jmp .fat