ack/mach/vax4/libem/adf.s

21 lines
207 B
ArmAsm
Raw Normal View History

1985-01-18 14:30:03 +00:00
#include "em_abs.h"
# $Header$
1985-01-18 14:30:03 +00:00
.globl .adf
.adf:
movl (sp)+,r1
cmpl r0,$4
bneq L1
addf2 (sp)+,(sp)
jmp (r1)
L1:
cmpl r0,$8
bneq L2
addd2 (sp)+,(sp)
jmp (r1)
L2:
pushl $EILLINS
jmp .fat