Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
m |
|||
Line 2: | Line 2: | ||
* [[Programming software]] | * [[Programming software]] | ||
* [[Technical documentation]]s | * [[Technical documentation]]s | ||
+ | * [[Locomotive BASIC]] | ||
== Assembler == | == Assembler == | ||
Line 18: | Line 19: | ||
*[[Programming:Sin/Cos calculation|Sin/Cos calculation]] | *[[Programming:Sin/Cos calculation|Sin/Cos calculation]] | ||
− | + | ||
− | + | ||
== Devices == | == Devices == |
Revision as of 08:25, 20 December 2006
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
- Precalculated square
- Random Number Generator
- Sin/Cos calculation