1985-01-18 14:30:03 +00:00
|
|
|
#include "em_abs.h"
|
|
|
|
|
1985-01-21 12:56:09 +00:00
|
|
|
# $Header$
|
|
|
|
|
1985-01-18 14:30:03 +00:00
|
|
|
.globl .cui
|
|
|
|
|
|
|
|
.cui:
|
|
|
|
movl (sp)+,r1
|
|
|
|
movl (sp)+,r0
|
|
|
|
cmpl r0,$4
|
|
|
|
bneq Lerr
|
|
|
|
movl (sp)+,r0
|
|
|
|
cmpl r0,$4
|
|
|
|
bneq Lerr
|
|
|
|
tstl (sp)
|
|
|
|
bgeq L1
|
|
|
|
jbr Liovfl
|
|
|
|
L1:
|
|
|
|
jmp (r1)
|
|
|
|
Lerr:
|
|
|
|
pushl $EILLINS
|
|
|
|
jmp .fat
|
|
|
|
Liovfl:
|
|
|
|
pushl $EIOVFL
|
1986-10-30 15:01:16 +00:00
|
|
|
pushl r1
|
1985-01-18 14:30:03 +00:00
|
|
|
jmp .trp
|