1985-01-18 14:30:03 +00:00
|
|
|
#include "em_abs.h"
|
1990-01-12 10:29:26 +00:00
|
|
|
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
|
|
|
.define .csa
|
|
|
|
.define .csb
|
1985-01-18 14:30:03 +00:00
|
|
|
|
1994-06-24 14:02:31 +00:00
|
|
|
! $Id$
|
1985-01-21 12:56:09 +00:00
|
|
|
|
1985-01-18 14:30:03 +00:00
|
|
|
|
|
|
|
.csa:
|
|
|
|
cmpl r0,$4
|
1990-01-12 10:29:26 +00:00
|
|
|
bneq Iillins
|
1985-01-18 14:30:03 +00:00
|
|
|
jmp .csa4
|
|
|
|
|
|
|
|
.csb:
|
|
|
|
cmpl r0,$4
|
1990-01-12 10:29:26 +00:00
|
|
|
bneq Iillins
|
1985-01-18 14:30:03 +00:00
|
|
|
jmp .csb4
|
|
|
|
|
1990-01-12 10:29:26 +00:00
|
|
|
Iillins:
|
1985-01-18 14:30:03 +00:00
|
|
|
pushl $EILLINS
|
|
|
|
jmp .fat
|