- added floating point - improved assembler part, now uses short encodings when possible - reduced generated relocation - and name table
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <system.h>
 | |
| 
 | |
| extern File *out_file;
 | |
| 
 | |
| close_back()
 | |
| {
 | |
| 	sys_close( out_file);
 | |
| }
 |