blog:commodore_pet_compiler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blog:commodore_pet_compiler [2021/11/25 15:46] johnblog:commodore_pet_compiler [2021/11/29 15:20] (current) – [Commodore PET - Software Development] john
Line 41: Line 41:
  
 $(TARGET):  $(OBJFILES) $(TARGET):  $(OBJFILES)
- @echo "" 
- @echo "========================================" 
- @echo " -= $(TARGET) =-" 
- @echo "" 
- @echo Linking .... 
  $(LD) $(LDFLAGS) --obj $(OBJFILES) $(LIBS) -o bin/$(TARGET)  $(LD) $(LDFLAGS) --obj $(OBJFILES) $(LIBS) -o bin/$(TARGET)
   
Line 64: Line 59:
 clean: clean:
  rm -f src/*.o  rm -f src/*.o
- rm -f src/*.s 
  rm -f bin/$(TARGET)  rm -f bin/$(TARGET)
 </code> </code>
  
-=== Documentation & Library Reference ===+==== Documentation & Library Reference ====
  
    * Commodore PET specific functions (which are very few) are defined in **pet.h**, found in the //include// directory of the cc65 installation.    * Commodore PET specific functions (which are very few) are defined in **pet.h**, found in the //include// directory of the cc65 installation.
    * CC65 implementation guidance can be found [[https://cc65.github.io/doc/|here]].    * CC65 implementation guidance can be found [[https://cc65.github.io/doc/|here]].
 +   * The CC65 standard library can be found [[https://cc65.github.io/doc/funcref.html|here]].
  • blog/commodore_pet_compiler.1637855192.txt.gz
  • Last modified: 2021/11/25 15:46
  • by john