- 5 Ergebnisse
Kleinster Preis: € 42,87, größter Preis: € 176,17, Mittelwert: € 98,62
1
Apple IIc and IIe Assembly Language - Jules H. Gilder
Bestellen
bei AbeBooks.com
$ 102,29
(ca. € 91,35)
Versand: € 36,731
Bestellengesponserter Link
Jules H. Gilder:

Apple IIc and IIe Assembly Language - Taschenbuch

1986, ISBN: 0412011212

[EAN: 9780412011214], New book, [PU: Springer US], ASSEMBLYCALC; DEX; DIVISION; MULTIPLICATION; SUBTRACTION; BOUNDARYELEMENTMETHOD; CODE; COMPUTER; UTILITY; MEMORY; PROGRAMMING; SET, Druc… Mehr…

NEW BOOK. Versandkosten: EUR 36.73 AHA-BUCH GmbH, Einbeck, Germany [51283250] [Rating: 5 (of 5)]
2
Bestellen
bei AbeBooks.de
€ 99,94
Versand: € 10,081
Bestellengesponserter Link

Gilder Jules H.:

Apple IIc and IIe Assembly Language - Taschenbuch

1986, ISBN: 0412011212

[EAN: 9780412011214], [PU: Springer], pp. 192 49:B&W 6.14 x 9.21 in or 234 x 156 mm (Royal 8vo) Perfect Bound on White w/Gloss Lam, Books

Versandkosten: EUR 10.08 Majestic Books, Hounslow, United Kingdom [51749587] [Rating: 4 (von 5)]
3
Bestellen
bei Biblio.co.uk
$ 48,00
(ca. € 42,87)
Versand: € 8,931
Bestellengesponserter Link
JULES H. GILDE,:
APPLE IIC AND IIE ASSEMBLY LANGUAGE (TERTIARY LEVEL BIOLOGY) - Taschenbuch

ISBN: 9780412011214

CHAPMAN, 1986. 1st. Paperback. New/New., CHAPMAN, 1986, 6

IND - IndienVersandkosten: EUR 8.93 DELHI BOOK STORE
4
Bestellen
bei AbeBooks.de
€ 82,78
Versand: € 9,101
Bestellengesponserter Link
Gilder, Jules H.:
Apple IIc and IIe Assembly Language - Taschenbuch

1986, ISBN: 0412011212

[EAN: 9780412011214], Neubuch, [PU: Springer 1986-08], Books

NEW BOOK. Versandkosten: EUR 9.10 Chiron Media, Wallingford, United Kingdom [55661942] [Rating: 4 (von 5)]
5
Bestellen
bei alibris.com
$ 197,26
(ca. € 176,17)
Versand: € 0,001
Bestellengesponserter Link
Gilder, Jules H.:
Apple Iic and Iie Assembly Language (Tertiary Level Biology) - Taschenbuch

1986, ISBN: 9780412011214

paperback, New book, [PU: Springer]

Versandkosten: EUR 0.00 Newport Coast, CA, Tustin

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
Apple IIc and IIe Assembly Language

The Apple / / series of computers represents one of the most versatile and powerful home computers available. If you've used your computer for a while, you've probably become quite familiar with Applesoft BASIC. That's good, because once you know that, this book will show you how to graduate from BASIC programming to assembly language programming. There are many reasons to program your Apple in assembly language. First and foremost is speed. Assembly language is about 100 times faster than BASIC. If you're thinking of writing games or business programs that do sorting, speed is of the essence and assembly language is a must. Assembly language programs usually also require less memory. Thus you can squeeze more complex programs into a smaller amount of memory. Finally, assembly language programs offer you a considerable amount of security, because they are more difficult to trace and change. While assembly language is powerful, it doesn't have to be difficult to learn. In fact, if you can write programs in Applesoft BASIC, you're already half-way home. This book assumes you know BASIC and absolutely nothing about assembly language or machine language. Every effort has been made to write in nontechnical language and to set the chapters out in a logical manner, introducing new concepts in digestible pieces as and when they are needed, rather than devoting whole chapters to specific items.

Detailangaben zum Buch - Apple IIc and IIe Assembly Language


EAN (ISBN-13): 9780412011214
ISBN (ISBN-10): 0412011212
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2013
Herausgeber: Chapman and Hall

Buch in der Datenbank seit 2008-03-30T23:43:35+02:00 (Zurich)
Detailseite zuletzt geändert am 2023-07-21T19:59:34+02:00 (Zurich)
ISBN/EAN: 0412011212

ISBN - alternative Schreibweisen:
0-412-01121-2, 978-0-412-01121-4
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: jules, gilde
Titel des Buches: biology and language, apple iic and iie assembly language


Daten vom Verlag:

Autor/in: Jules H. Gilder
Titel: Apple IIc and IIe Assembly Language
Verlag: Springer; Springer US
178 Seiten
Erscheinungsjahr: 1986-08-07
New York; NY; US
Gewicht: 0,302 kg
Sprache: Englisch
106,99 € (DE)
109,99 € (AT)
118,00 CHF (CH)
POD
X, 178 p.

BC; Programming Techniques; Hardcover, Softcover / Informatik, EDV/Informatik; Computerprogrammierung und Softwareentwicklung; Verstehen; Apple; Assembly language; Calc; DEX; Division; Multiplication; Subtraction; boundary element method; code; computer; language; memory; programming; set; utility; Science, Humanities and Social Sciences, multidisciplinary; Programming Techniques; Humanities and Social Sciences; Interdisziplinäre Studien; EA

1 Machine Code or Assembly Language.- (Why machine code?).- 2 Numbers.- (Binary, hex and decimal, Binary to decimal conversion, Decimal to binary conversion, Binary to hex conversion, Hex to decimal conversion).- 3 It All Adds Up!.- (Binary arithmetic, Addition, Subtraction, Binary coded decimal (BCD), BCD addition, BCD subtraction).- 4 It’s Logical.- (Logical operations, AND, OR, EOR).- 5 The Registers.- (The accumulator, The index registers, The program counter).- 6 A Poke at Machine Code.- (Code —the program counter, Entering machine code, The hex loader program, Calling machine code, Saving it out to disk, The Apple ROMs.- 7 Status Symbols.- (The status register).- 8 Addressing Modes I.- (Zero page addressing, Immediate addressing).- 9 Bits and Bytes.- (Load, store and transfer, Paging memory).- 10 Arithmetic in Assembler.- (Addition, Subtraction, Negation, Using BCD).- 11 Addressing Modes II.- (Absolute addressing, Zero page indexed addressing, Absolute indexed addressing, Indirect addressing, Post-indexed indirect addressing, Pre-indexed absolute addressing, Implied and relative addressing).- 12 Stacks of Fun.- (The stack, Stack instructions for saving data).- 13 Looping.- (Loops, Counters, Comparisons, Branches, FOR ... NEXT, Memory counters).- 14 Subroutines and Jumps.- (Subroutines, Passing parameters, Jumps).- 15 Shifts and Rotates.- (Arithmetic shift left, Logical shift right, Rotate left, Rotate right, Logically speaking, Printing binary!, BIT).- 16 Multiplication and Division.- (Multiplication, Division).- 17 Assembly Types.- (Conditional assembly, Look-up tables).- 18 Floating a Point.- (The floating point accumulators, Using USR, Integer to floating point, Floating point to integer, Floating memory, The subroutines).- 19 Speeding Up and Slowing Down.- 20 Interrupts and Breaks.- (Interrupts, Breaks).- 21 Prepacked Utilities.- (Hex to binary conversion, Binary to hex conversion, Output ASCII string).- Appendices.- 1 The Screen.- 2 The 6502 and 65C02.- 3 The Instruction Set.- 4 Instruction Cycle Times.- 5 Apple // Memory Map.- 6 Branch Calculators.- 7 6502 and 65C02 Opcodes.- General Index.- Program Index.

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9781468464245 Apple IIc and IIe Assembly Language (Dr Mingjun Lu)


< zum Archiv...