Difference between revisions of "Source Codes"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (CP/M: - added wikilink to "Programming:A simple 'Hello World' program for CP/M using BIOS")
m (added "Sound" chapter with links to some articles)
Line 99: Line 99:
 
*[[Programming:Dumping the data of BASIC or AMSDOS or an expansion rom|Dumping the data of BASIC or AMSDOS or an expansion rom]]
 
*[[Programming:Dumping the data of BASIC or AMSDOS or an expansion rom|Dumping the data of BASIC or AMSDOS or an expansion rom]]
 
*[[Programming:Dumping the data of the lower rom|Dumping the data of the lower rom]]
 
*[[Programming:Dumping the data of the lower rom|Dumping the data of the lower rom]]
 +
 +
== Sound ==
 +
*[[Programming:Source code to show 0x0ff is always returned when reading PSG port B|Source code to show 0x0ff is always returned when reading PSG port B]]
 +
*[[Programming:Source code to show it is possible to store data in PSG register 14 and 15 (port A and port B)|Source code to show it is possible to store data in PSG register 14 and 15 (port A and port B)]]
 +
*[[Programming:Source code to show it is possible to store data in PSG register 14 and 15 even if the port has been set to input|Source code to show it is possible to store data in PSG register 14 and 15 even if the port has been set to input]]
  
 
== Cross Development ==
 
== Cross Development ==
 
*[[Programming:Cross Development|Cross Development]]
 
*[[Programming:Cross Development|Cross Development]]

Revision as of 16:22, 24 June 2008

This article contains source codes and programming examples. You may also have a look at


Assembler

Algorithms

CP/M

CPC Plus

Devices

File access

Floppy disk

Graphics

Interrupts

Keyboard

Other routines

Sound

Cross Development