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

22 lines
268 B
ArmAsm

#include "em_abs.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .adf
! $Header$
.adf:
movl (sp)+,r1
cmpl r0,$4
bneq 1f
addf2 (sp)+,(sp)
jmp (r1)
1:
cmpl r0,$8
bneq 2f
addd2 (sp)+,(sp)
jmp (r1)
2:
pushl $EILLINS
jmp .fat