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

20 lines
285 B
ArmAsm

#include "em_abs.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .cui
! $Header$
.cui:
movl (sp)+,r1
movl (sp)+,r0
cmpl r0,$4
bneq Ierr
movl (sp)+,r0
cmpl r0,$4
bneq Ierr
jmp (r1)
Ierr:
pushl $EILLINS
jmp .fat