ack/mach/vax4/as/mach0.c

26 lines
463 B
C
Raw Normal View History

1990-01-12 16:55:50 +00:00
/*
* (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1994-06-24 14:02:31 +00:00
#define RCSID0 "$Id$"
1990-01-12 16:55:50 +00:00
/*
* VAX-11 machine dependent options
*/
#define THREE_PASS
#define LISTING
#define RELOCATION
#undef valu_t
#define valu_t long
#undef word_t
#define word_t long
#undef ADDR_T
#define ADDR_T long
1990-01-12 16:55:50 +00:00
#undef ALIGNWORD
#define ALIGNWORD 4
#undef ALIGNSECT
#define ALIGNSECT 4