I realized I did not know anything about the RST instruction. Is it kind of special CALL instruction ? Does it have to be used only when dealing with interrupts ? etc. Thanks to pulkomandy who had to dig deeply around it while working on its Caprice Reloaded project, he was able to give me some precise details about it. I found our conversation so interesting that I finally decided to make a dedicated article about it. You can read the article here (also added in Articles section).
 
 
Octoate sent me words about the updated project template he did for Code::Blocks IDE (which is a free and powerful source-code editor). Sample project allows to compile SDCC Tutorial Part 3 ("Hello World"). An archive is provided with step-by-step description.

Update includes the following :
- 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

You can get more information about this update here. Many thanks to you Octoate !
 
 
Thanks to CPCLER, we now have a better overview of the Denmark's CPC activities ! Have a read on the article here.
 
 
For years, I used poor memory design scheme with my programs to adress the extended 64Kb of RAM - it was time to learn more about other available options. This article will let programmers understand the benefits of using &C1&C2 and&C3 modes of the Gate Array. You can read it here (also added in Articles section).
 
 
When I got back into CPC programming in 2008, I wondered at the time how could I achieve to create a slow graphical effect (taking several VBLs) without caring about the music needing to be replayed 50 times per second. The solution of course was to use interrupts, and this is what this new article is aimed at ! (also added in Articles section).
As usual, I absolutely don't consider myself as an expert, so please if you find mistakes or have suggestions I would be glad to complete the article with your input !
 
 
Thanks to both mr_lou and Cholo, there are now news from Denmark. I personally never thought there were active people there (even in the past) with Amstrad CPCs ! Check out their inputs in the updated article.
 
 
The article has been updated. Thanks to Metrervin and Amstari for their participation !
 
 
Thanks to DadMan's input we now have news from Spain ! :) Check it here.
 
 
While I was personally writing to my friends Octoatearnoldemu and Optimus, I actually realized I did not know nothing about the state of the Amstrad CPC community in their respective countries. So I asked them to write few words about it and they kindly accepted ! On top of that, I also wrote few words about the CPC community in France and Canada... you can discover the big picture here. Please note that if your country is not listed in the article (Spain, Australia...) I would love receiving your input and complete the article. You can personally contact me here.
 
 
Octoate sent me words about his template-project for Code::Blocks IDE (which is a free and powerful source-code editor). Sample project allows to compile SDCC Tutorial Part 3 ("Hello World"). An archive is provided with step-by-step description. You can get more information here (also added in Articles section). Thank you Octoate !