Search found 1 match
- Sat Feb 04, 2023 1:56 pm
- Forum: Guides and Tutorials
- Topic: How to make library modules for CC65/CA65
- Replies: 9
- Views: 15916
Re: How to make library modules for CC65/CA65
In essence, creating a library is basically bundling.o files into a library file. Because of this, you should write your library routines so that they may be used independently in any other project with multiple source files . For the purposes of this tutorial, assume you want to develop the "H...