Mar 232011
When Norecess released his tutorial on how to use SDCC for CPC program development with the C language, I set up a small example project for Code::Blocks, which is a free source code editor. Yesterday I had the time to update the project and added new functions. You can download the latest version from Norecess website and at the end of this posting.
Changes:
- Added SDCC2Pasmo v1.3
- Changed project settings (filename can be set in project properties)
- Changed post-build options to use the filename of the project properties
- Added pre- and post-build batch files to execute own commands before and after the build process (e.g. for compressing files and adding files to a DSK file)
- Added ManageDSK with example in post-build batch file which creates a new DSK image which contains all .BIN files from the bin/Release directory