mirror of
				https://github.com/irmen/prog8.git
				synced 2025-11-03 19:16:13 +00:00 
			
		
		
		
	missing pic
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								docs/source/_static/x16library.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/source/_static/x16library.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 13 KiB  | 
@@ -1,13 +1,6 @@
 | 
				
			|||||||
TODO
 | 
					TODO
 | 
				
			||||||
====
 | 
					====
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- added %output library, which preselects a bunch of options required to build a library file (rather than an executable program):
 | 
					 | 
				
			||||||
    %launcher none
 | 
					 | 
				
			||||||
    %option no_sysinit
 | 
					 | 
				
			||||||
    %zeropage dontuse
 | 
					 | 
				
			||||||
    You still have to set %address and %memtop yourself to tell prog8 where the library is meant to be placed in memory.
 | 
					 | 
				
			||||||
    Result is a .bin file including the 2-byte PRG header that allows you to load it with ,8,1 from basic even on the C64.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- Make some of the target machine config externally configurable (for 1 new target, the existing ones should stay as they are for the time being)
 | 
					- Make some of the target machine config externally configurable (for 1 new target, the existing ones should stay as they are for the time being)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- add paypal donation button as well?
 | 
					- add paypal donation button as well?
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user