Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
(compilers should be mentioned at "programming software") |
m (→Devices) |
||
Line 17: | Line 17: | ||
== Devices == | == Devices == | ||
*[[Programming:CPC Booster|CPC Booster]] | *[[Programming:CPC Booster|CPC Booster]] | ||
− | |||
*[[Programming:Digiblaster|Digiblaster]] | *[[Programming:Digiblaster|Digiblaster]] | ||
+ | *[[Programming:SYMBiFACE II|SYMBiFACE II]] | ||
== Graphics == | == Graphics == |
Revision as of 14:04, 2 September 2006
This article contains source codes and programming examples. You may also have a look at
Contents
Algorithms
- CPC OS floating point routines
- CRC16
- CRC32
- Integer Division
- Integer Multiplication
- Fast Square Root
- Precalculated square
- Random Number Generator
- Sin/Cos calculation