Source Codes: Difference between revisions
From CPCWiki - THE Amstrad CPC encyclopedia!
More actions
Executioner (talk | contribs) →Graphics: Added Score handling stub |
No edit summary |
||
| Line 92: | Line 92: | ||
*[[Programming:Dumping the data of BASIC or AMSDOS or an expansion rom|Dumping the data of BASIC or AMSDOS or an expansion rom]] | *[[Programming:Dumping the data of BASIC or AMSDOS or an expansion rom|Dumping the data of BASIC or AMSDOS or an expansion rom]] | ||
*[[Programming:Dumping the data of the lower rom|Dumping the data of the lower rom]] | *[[Programming:Dumping the data of the lower rom|Dumping the data of the lower rom]] | ||
== Cross Development == | |||
*[[Programming:Cross Development|Cross Development]] | |||
Revision as of 09:33, 14 October 2007
This article contains source codes and programming examples. You may also have a look at
Assembler
Algorithms
CP/M
CPC Plus
Devices
File access
Floppy disk
Graphics
- Display a 8-bit number in binary
- Display a 8-bit number in hex
- Display a byte as a 3-digit decimal number
- Display and update Scores
- Distorting the screen using register 2 of the CRTC (Horizontal Sync Position)
- Fast plot
- Fast Sprites by Executioner
- Fast Textoutput by Prodatron
- Hardware Scrolling by Executioner
- Hardware Scrolling 2
- Hardware scrolling the screen horizontally byte-by-byte using the CRTC
- Hardware scrolling the screen using the CRTC
- Overscan
- Plotting a sprite using character matrices
- Simple Raster Example
- Simple Split Raster Example