ack/mach/vax4/libem/ngf.s
1994-06-24 14:02:31 +00:00

22 lines
264 B
ArmAsm

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