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 5: | Line 5: | ||
== Assembler == | == Assembler == | ||
*[[Z80_-_undocumented_opcodes|Z80 - undocumented opcodes]] | *[[Z80_-_undocumented_opcodes|Z80 - undocumented opcodes]] | ||
+ | *[[Where to learn?]] | ||
== Algorithms == | == Algorithms == |
Revision as of 18:34, 14 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