mirror of
				https://github.com/irmen/prog8.git
				synced 2025-11-04 10:16:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			201 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			201 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
; Internal library routines - always included by the compiler
 | 
						|
 | 
						|
prog8_lib {
 | 
						|
    %option no_symbol_prefixing, ignore_unused
 | 
						|
 | 
						|
	%asminclude "library:prog8_lib.asm"
 | 
						|
	%asminclude "library:prog8_funcs.asm"
 | 
						|
}
 |