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

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
(Information)
Line 3: Line 3:
  
 
== Information ==
 
== Information ==
 +
{|{{Prettytable|width: 700px; font-size: 2em;}}
  
* Title   : Assembly Language Programming for the AMSTRAD
+
|Title:|| Assembly Language Programming for the AMSTRAD
 
+
|-
* Authors : A.P. & D.J. Stephenson
+
|Authors:|| A.P. & D.J. Stephenson
 
+
|-
* Publiser : Argus Books
+
|Publiser:|| Argus Books
 
+
|-
* Year     : 1986
+
|Year:|| 1986
 
+
|-
* Pages   : 246
+
|Pages:|| 246
 
+
|-
* ISBN     : '''0-85242-861-8'''
+
|ISBN:|| '''0-85242-861-8'''
 +
|-
 +
|}
  
 
== Contents ==
 
== Contents ==

Revision as of 11:28, 13 November 2006

Frontpage


Information

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

Contents

1. Why machine code?
2. Machine hardware
3. Binary and hexadecimal
4. Entering and running programs
5. The Z80 registers
6. Commonly used instructions
7. Using resident firmware
8. Addition and subtraction
9. 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