Files
tack/mach/vax4/libem/sbi.s
em dd7341586c To have a file preprocessed, it must start with a # in column o1.
The RCSid is replaced to accomplish this.
1985-01-21 12:56:09 +00:00

16 lines
154 B
ArmAsm

#include "em_abs.h"
# $Header$
.globl .sbi
.sbi:
movl (sp)+,r1
cmpl r0,$4
bneq L1
subl2 (sp)+,(sp)
jmp (r1)
L1:
pushl $EILLINS
jmp .fat