16 lines
186 B
ArmAsm
16 lines
186 B
ArmAsm
# $Header$
|
|
#include "em_abs.h"
|
|
|
|
.globl .dus
|
|
|
|
.dus:
|
|
movl (sp)+,r1
|
|
cmpl r0,$4
|
|
bneq Lerr
|
|
movl (sp)+,r0
|
|
pushl r1
|
|
jmp .dup
|
|
Lerr:
|
|
pushl $EILLINS
|
|
jmp .fat
|