1987-11-20 10:41:03 +00:00
|
|
|
#include "header.h"
|
1989-01-26 10:52:51 +00:00
|
|
|
#include <em.h>
|
1987-11-20 10:41:03 +00:00
|
|
|
|
|
|
|
reloc1( s, o, r)
|
|
|
|
char *s;
|
|
|
|
arith o;
|
|
|
|
int r;
|
|
|
|
{
|
1989-01-20 15:01:37 +00:00
|
|
|
fprint( codefile, RELOC1_FMT, s, (long) o);
|
1987-11-20 10:41:03 +00:00
|
|
|
}
|