Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
m (removed empty lines) |
(→Algorithms: - added square root article) |
||
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:Square Root|Square Root]] | ||
*[[Programming:Precalculated square|Precalculated square]] | *[[Programming:Precalculated square|Precalculated square]] | ||
*[[Programming:Random Number Generator|Random Number Generator]] | *[[Programming:Random Number Generator|Random Number Generator]] |
Revision as of 14:32, 10 March 2007
This article contains source codes and programming examples. You may also have a look at
Contents
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