29 lines
		
	
	
	
		
			482 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			482 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * $Source$
 | 
						|
 * $State$
 | 
						|
 */
 | 
						|
 | 
						|
#define	THREE_PASS          /* branch and offset optimization */
 | 
						|
#define LISTING             /* enable listing facilities */
 | 
						|
#define RELOCATION          /* generate relocatable code */
 | 
						|
#define DEBUG 0
 | 
						|
 | 
						|
#undef valu_t
 | 
						|
#define valu_t int32_t
 | 
						|
 | 
						|
#undef ADDR_T
 | 
						|
#define ADDR_T uint32_t
 | 
						|
 | 
						|
#undef word_t
 | 
						|
#define word_t uint32_t
 | 
						|
 | 
						|
#undef ALIGNWORD
 | 
						|
#define ALIGNWORD	4
 | 
						|
 | 
						|
#undef ALIGNSECT
 | 
						|
#define ALIGNSECT	4
 | 
						|
 | 
						|
#undef VALWIDTH
 | 
						|
#define VALWIDTH	8
 | 
						|
 | 
						|
#define FIXUPFLAGS 0
 |