cb49888304
The RCSid is replaced to accomplish this.
24 lines
258 B
ArmAsm
24 lines
258 B
ArmAsm
#include "em_abs.h"
|
|
|
|
# $Header$
|
|
|
|
.globl .cmu
|
|
|
|
.cmu:
|
|
movl (sp)+,r1
|
|
cmpl r0,$4
|
|
bneq Lerr
|
|
clrl r0
|
|
cmpl (sp)+,(sp)+
|
|
beqlu L1
|
|
bgtru L2
|
|
incl r0
|
|
brb L1
|
|
L2:
|
|
decl r0
|
|
L1:
|
|
jmp (r1)
|
|
Lerr:
|
|
pushl $EILLINS
|
|
jmp .fat
|