Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
(added CPC Plus / unlocking ASIC) |
(→CPC Plus: - added new articles) |
||
Line 23: | Line 23: | ||
== CPC Plus == | == CPC Plus == | ||
+ | *[[Programming:CPC Plus Hardware Sprites|Hardware sprites]] | ||
+ | *[[Programming:CPC Plus Horizontal scroll|Horizontal scroll]] | ||
+ | *[[Programming:CPC Plus RLE Hardware Sprites|RLE hardware sprites]] | ||
+ | *[[Programming:CPC Plus Screen Splitting|Screen splitting]] | ||
*[[Programming:Unlocking ASIC|Unlocking ASIC]] | *[[Programming:Unlocking ASIC|Unlocking ASIC]] | ||
+ | *[[Programming:CPC Plus Vertical scroll|Vertical scroll]] | ||
== Devices == | == Devices == |
Revision as of 11:02, 12 March 2007
This article contains source codes and programming examples. You may also have a look at
Assembler
Algorithms
- CPC OS floating point routines
- CRC16
- CRC32
- Integer Division
- Integer Multiplication
- Fast Square Root
- Square Root
- Precalculated square
- Random Number Generator
- Sin/Cos calculation
CPC Plus
- Hardware sprites
- Horizontal scroll
- RLE hardware sprites
- Screen splitting
- Unlocking ASIC
- Vertical scroll