Difference between revisions of "Introducing Amstrad CP/M Assembly Language"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
m (subcategory)
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
== Information ==
 
== Information ==
 +
{|{{Prettytable|width: 700px; font-size: 2em;}}
  
* Title   : Introducing Amstrad CP/M Assembly Language
+
|Title:|| '''Introducing Amstrad CP/M Assembly Language'''
 +
|-
 +
|Authors:|| Ian Sinclair
 +
|-
 +
|Publisher:|| [[Collins]]
 +
|-
 +
|Year:|| 1986
 +
|-
 +
|Pages:|| 145
 +
|-
 +
|ISBN:|| '''0-00-383309-7'''
 +
|-
 +
|}
  
* Authors  : Ian Sinclair
+
== Contents ==
  
* Publiser : Collins
+
<pre>
  
* Year    : 1986
+
Preface.
  
* Pages    : 145
+
1. ROM, RAM, Bytes and Bits.
 
+
2. Digging inside the CPC6128 & PCW8256.
* ISBN    : '''0-00-383309-7'''
+
3. The miracle microprocessor.
 
+
4. Register actions.
== Contents ==
+
5. Taking a bigger Byte.
 
+
6. CP/M Interactions.
<pre>
+
7. More routines.
Preface
+
8. SID, ED and family.
 +
9. Disc use and utility programs.
  
1. ROM, RAM, Bytes and Bits
+
Appendix A: Languages under CP/M.
2. Digging inside the CPC6128 & PCW8256
+
Appendix B: Adrressing methods of the 8080.
3. The miracle microprocessor
+
Appendix C: 8080 instructions.
4. Register actions
+
Appendix D: The ED commands.
5. Taking a bigger Byte
+
Appendix E: The ASCII codes in Hex.
6. CP/M Interactions
+
Appendix F: Effect on Flags.
7. More routines
+
Appendix G: Calls to 0005H.
8. SID, ED and family
+
9. Disc use and utility programs
+
  
Appendix A: Languages under CP/M
+
Index.
Appendix B: Adrressing methods of the 8080
+
Appendix C: 8080 instructions
+
Appendix D: The ED commands
+
Appendix E: The ASCII codes in Hex
+
Appendix F: Effect on Flags
+
Appendix G: Calls to 0005H
+
  
Index
 
 
</pre>
 
</pre>
  
[[Category:Books]]
+
[[Category:Books]] [[Category:Book cover]]
 +
[[Category:CP/M and CP/M software books]]

Latest revision as of 18:00, 10 April 2015

Frontpage


Information

Title: Introducing Amstrad CP/M Assembly Language
Authors: Ian Sinclair
Publisher: Collins
Year: 1986
Pages: 145
ISBN: 0-00-383309-7

Contents


Preface.

1. ROM, RAM, Bytes and Bits.
2. Digging inside the CPC6128 & PCW8256.
3. The miracle microprocessor.
4. Register actions.
5. Taking a bigger Byte.
6. CP/M Interactions.
7. More routines.
8. SID, ED and family.
9. Disc use and utility programs.

Appendix A: Languages under CP/M.
Appendix B: Adrressing methods of the 8080.
Appendix C: 8080 instructions.
Appendix D: The ED commands.
Appendix E: The ASCII codes in Hex.
Appendix F: Effect on Flags.
Appendix G: Calls to 0005H.

Index.