Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
(Adding an article from cpczone about where to start learning to program the CPC) |
|||
Line 17: | Line 17: | ||
*[[Programming:Random Number Generator|Random Number Generator]] | *[[Programming:Random Number Generator|Random Number Generator]] | ||
*[[Programming:Sin/Cos calculation|Sin/Cos calculation]] | *[[Programming:Sin/Cos calculation|Sin/Cos calculation]] | ||
+ | |||
+ | ==Basic== | ||
+ | *[[Locomotive_BASIC]] Locomotive Basic guide | ||
== Devices == | == Devices == |
Revision as of 08:23, 20 December 2006
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
- Precalculated square
- Random Number Generator
- Sin/Cos calculation
Basic
- Locomotive_BASIC Locomotive Basic guide