ack/mach/vax4/libem/rol.s

17 lines
194 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 .rol
.rol:
movl (sp)+,r1
cmpl r0,$4
bneq Lerr
movl (sp)+,r0
rotl r0,(sp),(sp)
jmp (r1)
Lerr:
pushl $EILLINS
jmp .fat