Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
m (→Graphics: - added new routines) |
(→Algorithms) |
||
Line 17: | Line 17: | ||
*[[Programming:Integer Multiplication|Integer Multiplication]] | *[[Programming:Integer Multiplication|Integer Multiplication]] | ||
*[[Programming:Fast Square Root|Fast Square Root]] | *[[Programming:Fast Square Root|Fast Square Root]] | ||
+ | *[[Programming:Filling memory with a byte|Filling memory with a byte]] | ||
*[[Programming:Square Root|Square Root]] | *[[Programming:Square Root|Square Root]] | ||
*[[Programming:Precalculated square|Precalculated square]] | *[[Programming:Precalculated square|Precalculated square]] |
Revision as of 11:15, 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
- Filling memory with a byte
- 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
Devices
Graphics
- Display a 8-bit number in binary
- Display a 8-bit number in hex
- Display a byte as a 3-digit decimal number
- Fast plot
- Fast Sprites by Executioner
- Hardware Scrolling by Executioner
- Hardware Scrolling 2