Difference between revisions of "Assembly Language programming for the Amstrad CPC 464,664 & 6128"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:419px-Assembly Language Programming for the Amstrad.jpg|right|thumb|250px|Frontpage]]
+
[[Image:Assembly Language Programming for the Amstrad CPC 464, 664 & 6128 (Argus Books) Front Coverbook.jpg|right|thumb|250px|Frontpage]]
  
  
 
== Information ==
 
== Information ==
  
* Title    : Assembly Language Programming for the AMSTRAD
+
{|{{Prettytable|width: 700px; font-size: 2em;}}
  
* Authors : A.P. & D.J. Stephenson
+
|Title:|| '''Assembly Language Programming for the AMSTRAD'''
 +
|-
 +
|Authors:|| A.P. & D.J. Stephenson
 +
|-
 +
|Publisher:|| [[Argus Books]]
 +
|-
 +
|Year:|| 1986
 +
|-
 +
|Pages:|| 246
 +
|-
 +
|ISBN:|| ISBN 0-85242-861-8
 +
|-
 +
|}
  
* Publiser : Argus Books
+
== Covers ==
  
* Year    : 1986
+
<gallery caption="Assembly Language Programming for the AMSTRAD">
  
* Pages    : 246
+
Image:Assembly Language Programming for the Amstrad CPC 464, 664 & 6128 (Argus Books) Back Coverbook.jpg|Back Cover
 +
Image:Assembly Language Programming for the Amstrad CPC 464, 664 & 6128 (Argus Books) Left Coverbook.jpg|Left Cover
 +
Image:Assembly Language Programming for the Amstrad CPC 464, 664 & 6128 (Argus Books) Front Coverbook.jpg|Front Cover
  
* ISBN    : '''0-85242-861-8'''
+
</gallery>
  
 
== Contents ==
 
== Contents ==
  
 
<pre>
 
<pre>
1. Why machine code?
+
 
2. Machine hardware
+
01. Why machine code?
3. Binary and hexadecimal
+
02. Machine hardware.
4. Entering and running programs
+
03. Binary and hexadecimal.
5. The Z80 registers
+
04. Entering and running programs.
6. Commonly used instructions
+
05. The Z80 registers.
7. Using resident firmware
+
06. Commonly used instructions.
8. Addition and subtraction
+
07. Using resident firmware.
9. Decision making and loop structures
+
08. Addition and subtraction.
10. Multiplication and division
+
09. Decision making and loop structures.
11. Input and Output
+
10. Multiplication and division.
12. Parameter passing and introduction to RSXs
+
11. Input and Output.
13. Self relocation of subroutines and RSXs
+
12. Parameter passing and introduction to RSXs.
14. Graphics and direct screen addressing
+
13. Self relocation of subroutines and RSXs.
 +
14. Graphics and direct screen addressing.
  
 
Appendices
 
Appendices
  
 
Index
 
Index
 +
 
</pre>
 
</pre>
  
[[Category:Books]]
+
[[Category:Books]] [[Category:Book cover]]

Latest revision as of 07:53, 20 September 2016

Frontpage


Information

Title: Assembly Language Programming for the AMSTRAD
Authors: A.P. & D.J. Stephenson
Publisher: Argus Books
Year: 1986
Pages: 246
ISBN: ISBN 0-85242-861-8

Covers

Contents


01. Why machine code?
02. Machine hardware.
03. Binary and hexadecimal.
04. Entering and running programs.
05. The Z80 registers.
06. Commonly used instructions.
07. Using resident firmware.
08. Addition and subtraction.
09. Decision making and loop structures.
10. Multiplication and division.
11. Input and Output.
12. Parameter passing and introduction to RSXs.
13. Self relocation of subroutines and RSXs.
14. Graphics and direct screen addressing.

Appendices

Index