12 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Header$ */
 | |
| /*		A S M			*/
 | |
| 
 | |
| /*ARGSUSED*/
 | |
| code_asm(s, l)
 | |
| 	char *s;
 | |
| 	int l;
 | |
| {
 | |
| 	/*	'asm' '(' string ')' ';'
 | |
| 	*/
 | |
| 	error("\"asm\" instruction not implemented");
 | |
| }
 |