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

22 lines
317 B
ArmAsm

#include "em_abs.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .sru
! $Id$
.sru:
movl (sp)+,r3
cmpl r0,$4
beql .sru4
pushl $EILLINS
jmp .fat
.sru4:
movl (sp)+,r2
mnegl r2,r2
movl (sp)+,r0
clrl r1
ashq r2,r0,r0
movl r0,-(sp)
jmp (r3)