Difference between revisions of "An Introduction to Programming the Amstrad CPC 464 and 6128"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
(Information)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Information ==
 
== Information ==
 +
{|{{Prettytable|width: 700px; font-size: 2em;}}
  
* Title   : An Introduction to Programming the Amstrad CPC 464 & 664
+
|Title:|| '''An Introduction to Programming the Amstrad CPC 464 and 664'''
 +
|-
 +
|Authors:|| R.A. & J.W. Penfold
 +
|-
 +
|Publisher:|| [[Bernard Babani]]
 +
|-
 +
|Year:|| 1984
 +
|-
 +
|Pages:|| 136
 +
|-
 +
|ISBN:|| '''0-85943-128-3'''
 +
|-
 +
|}
  
* Authors  : R.A. & J.W. Penfold
+
== Contents ==
  
* Publiser : Bernard BABANI ( Publishing )
+
<pre>
  
* Year    : 1984
+
01. Variables & Arrays.
 +
02. String variables.
 +
03. Decisions.
 +
04. Input,Print & Data.
 +
05. The sound generator.
 +
06. Graphics 1 - Modes & Colours.
 +
07. Graphics 2 - Animation.
 +
08. Binary & Hex.
 +
09. Interfacing.
 +
10. Interrupts.
 +
11. The Amstrad CPC 664.
  
* Pages    : 136
 
 
* ISBN    : '''0-85943-128-3'''
 
 
== Contents ==
 
 
<pre>
 
1. Variables & Arrays
 
2. String variables
 
3. Decisions
 
4. Input,Print & Data
 
5. The sound generator
 
6. Graphics 1 - Modes & Colours
 
7. Graphics 2 - Animation
 
8. Binary & Hex
 
9. Interfacing
 
10. Interrupts
 
11. The Amstrad CPC 664
 
 
</pre>
 
</pre>
  
[[Category:Books]]
+
[[Category:Books]] [[Category:Book cover]]

Latest revision as of 13:31, 15 December 2010

Frontpage


Information

Title: An Introduction to Programming the Amstrad CPC 464 and 664
Authors: R.A. & J.W. Penfold
Publisher: Bernard Babani
Year: 1984
Pages: 136
ISBN: 0-85943-128-3

Contents


01. Variables & Arrays.
02. String variables.
03. Decisions.
04. Input,Print & Data.
05. The sound generator.
06. Graphics 1 - Modes & Colours.
07. Graphics 2 - Animation.
08. Binary & Hex.
09. Interfacing.
10. Interrupts.
11. The Amstrad CPC 664.