ack/util/ceg/ce_back/as_back/back.h

21 lines
433 B
C
Raw Normal View History

1987-11-20 10:41:03 +00:00
#include <em.h>
#include <system.h>
extern File *codefile;
extern char *extnd_name(), *extnd_dnam(), *extnd_dlb(), *extnd_ilb(),
1988-09-08 10:01:32 +00:00
*extnd_hol(), *extnd_ext(), *extnd_pro(), *extnd_start(),
*extnd_part(), *extnd_cont();
1987-11-20 10:41:03 +00:00
extern int holno, procno;
#define swtxt() switchseg( SEGTXT)
#define SEGTXT 0
#define SEGROM 1
#define SEGCON 2
#define SEGBSS 3
1988-09-08 10:01:32 +00:00
#define SEGHOL -1 /* Does not exist */
1987-11-20 10:41:03 +00:00
#define ABSOLUTE 1