Z80 Assembly Language Programming


Book Description

Introduction to assembly languagem programming how this book has been printed; Assemblers; The Z80 assembly language instruction set CPU registers and status flags; Simple programs; Arithmetic problems; Input/output.




Programming the Z80


Book Description




8080/Z80 Assembly Language


Book Description

Number bases and logical operations. The stack. Input and output. Macros. Development of a system monitor. A Z-80 system monitor. Number-base conversion. Paper tape and magnetic tape routines. Linking programs to the CP/M operating system. The ASCII character set. A 64K memory map. The 8080 instruction set (alphabetic). The 8080 instruction set (numeric). The Z-80 instruction set (alphabetic). The Z-80 instruction set (numeric). Cross-reference of 8080 and Z-80 instructions. Details of the Z-80 and 8080 instruction set. Abbreviations and acronyms. Undocumented Z-80 instructions.




Programming the Z80


Book Description

Covers Programming the Z80 in Assembly Language & Teaches Both Novices & Advanced Programmers to Write Complete Z80 Programs. Requires No Prior Knowledge of Programming







Toledo Nanochess


Book Description

Toledo Nanochess is the world's current smallest chess program written in C language. Now for the first time is published the complete documented source code. Also including the documented source code of the JS1K 2010 Chess entry (2nd place winner)




Z-80 Assembly Language Programming


Book Description

Offers More Than 80 Sample Programming Problems with Solutions & a Z-80 Instruction Set Reference Table




Programming the TI-83 Plus/TI-84 Plus


Book Description

Summary Programming the TI-83 Plus/TI-84 Plus is an example-filled, hands-on tutorial that introduces students, teachers, and professional users to programming with the TI-83 Plus and TI-84 Plus graphing calculators. This fun and easy-to-read book immediately immerses you in your first programs and guides you concept-by-concept, example-by-example. You'll learn to think like a programmer as you use the TI-BASIC language to design and write your own utilities, games, and math programs. About the Technology The TI-83 Plus and TI-84 Plus are more than just powerful graphing calculatorst—they are the perfect place to start learning to program. The TI-BASIC language is built in, so you have everything you need to create your own math and science programs, utilities—even games. About the Book Programming the TI-83 Plus/TI-84 Plus teaches universal programming concepts and makes it easy for students, teachers, and professionals to write programs for the world's most popular graphing calculators. This friendly tutorial guides you concept-by-concept, immediately immersing you in your first programs. It introduces TI-BASIC and z80 assembly, teaches you tricks to slim down and speed up your programs, and gives you a solid conceptual base to explore other programming languages. This book is written for beginners—no programming backgroundis assumed. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Works with all models of the TI-83, TI-83+, and TI-84+ Learn to think like a programmer Learn concepts you can apply to any language Advanced concepts such as hybrid BASIC and ASM Table of Contents PART 1 GETTING STARTED WITH PROGRAMMING Diving into calculator programming Communication: basic input and output Conditionals and Boolean logic Control structures Theory interlude: problem solving and debugging PART 2 BECOMING A TI-BASIC MASTER Advanced input and events Pixels and the graphscreen Graphs, shapes, and points Manipulating numbers and data types PART 3 ADVANCED CONCEPTS; WHAT'S NEXT Optimizing TI-BASIC programs Using hybrid TI-BASIC libraries Introducing z80 assembly Now what? Expanding your programming horizons




Spectrum Machine Language for the Absolute Beginner


Book Description

First published in 1982, William Tang’s Spectrum Machine Language for the Absolute Beginner is generally considered to be the best introduction to 8-bit machine code programming ever written. With many great game writers crediting this as the book that got them started, there still is no better way to learn the language at the heart of the ZX Spectrum. * * * As the original publisher Melbourne House wrote: If you are frustrated by the limitations of BASIC and want to write faster, more powerful, space-saving programs or subroutines, Spectrum Machine Language for the Absolute Beginner is the book for you. Even with no previous experience of computer languages, you will be able to discover the ease and power of the Spectrum's own language. Each chapter includes specific examples of machine language applications which can be demonstrated and used on your Spectrum as well as a self-test questionnaire. At the end of the book, all this is brought together in an entire machine language program - from design right through to the complete listing of an exciting, original arcade game. * * * Acorn Books is proud to present its Retro Reproduction Series, a collection of classic computing works from the 1980s and 90s, lovingly reproduced in the 21st century. From standards of programming reference no self-respecting microcomputer programmer would be without, to obscure works not found in print anywhere else, these modern reprints are perfect for any connoisseur of retro computing.




Z80 Assembly Language Subroutines


Book Description

Reviews Subroutines for Assembly Language Programming with the Z80. Covers Arrays, Bits, Code Conversion & String Manipulation