Mochilote wrote some tutorials on how to write applications for the Amstrad CPC. In his tutorials he uses different technologies, e.g. he explains how to use the Z88dk C compiler, the SDCC C compiler or the Pasmo Z80 assembler. All tutorials are available in english and in spanish. In the new section of his homepage you currently find the following tutorials:
- Programming in c and assembly language: Compilers and alternatives for PC
- Introduction to programming in C with Z88dk: Compiling and testing a “Hello World”
- Introduction to programming in C with SDCC: Compiling and testing a “Hello World”
- Introduction to programming in assembler with Pasmo: Compiling and testing a “Hello World”
- Filling the screen with colors in c and assembler (Pasmo, z88dk and sdcc)
- Painting pixels: Introduction to video memory
- 2D Starfield
- Snake: Minigame with tile’s, keyboard and sprites (C & ASM with SDCC)
- Keyboard: Reading HW, multiple simultaneous keypresses, redefine, Firmware vs. HW (C & ASM with SDCC)
- Fire: Attempt to make a fire effect and optimization (C with SDCC)
- PongC: Clone of the classic Pong in mode 2 (C & ASM with SDCC)
- Sound I: The easiest way (C & ASM with SDCC)
- Loading files from disk using firmware (C & ASM with SDCC)