Found 123 entries matching the search criteria:
1 / 2 / 3 / 4 / 5 / 6 / 7 / 8 / 9 / 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Oric Atmos and Oric 1 Graphics and Machine code techniques | Geoff Phillips | 1984 | McGraw Hill | ISBN 007084743 | Download | Download | L'un des meilleurs et plus recherchés livres jamais écris sur Oric.
Pour l'utilisateur avancé, il fourni de nombreuses informations et techniques quand à la manipuation
de graphismes en assembleur. | One of the best, and one of the most sought after books for the Oric.
For the Advanced user, loads of information on Graphics and Machine code techniques - hence the name.
(One of the download links contain a brand new scan of the book, the other is the original 1998 scan by Geoff which contains a small preface) |
|
Advanced Programming for the Oric | Gerard Mason | 1984 | McGraw Hill |
| |
| Meteoric programming for the oric 1 | John Vander Reyden | 1983 | Melbourne House | ISBN 0 86161 124 1 | Download | Plutot que parler du livre, je préfere résumer ce qui est écrit au dos du livre:
Attention
Votre Oric-1 est sur le point de devenir Mete-ORIC.
Maintenant vous pouvez obtenir des performances meteoric de votre micro ordinateur avec cette
collection de 30 programmes spéciallement conçus pour votre Oric-1.
[...]
The livre proposes de nombreux utilitaires qui vous permettrons de vraiment amméliorer vos
propres programmes. Ceci inclu des routines de renumérotation, un moniteur de code machine,
un programme d'effacement de lignes par bloc, et des aides graphiques.
[...]
Les programmeurs expérimentés qui souhaitent développer leurs propres programes météoric vont
vraiment apprécier les trucs et astuces professionelles qui ont été inclues dans ce livre. | Instead of talking about this book, I prefer to write down what's written on the back:
Warning
Your Oric-1 is about to become Meteoric.
Now you can achieve Meteoric software performance from your micro with this collection
of 30 dynamic programs, designed specifically for the Oric-1 home computer.
[...]
The book includes many practical utilities that will enable you to really improve your own
programs. These useful routines include Renumber, Machine Code Monitor, Block Line Deletion
and Graphics Aid.
[...]
Experienced programmers who want to develop their own Meteoric programs will really appreciate
all the experts hints and tips that have been included in the book. |
|
The Atmos book of games | Wynford James | 1984 | Micro Press | ISBN 074470018 | Download | Ce livre est exactement le même que 20 Games For The Oric 1 excepté le
fait que les programmes ont été légerement modifiés afin de pouvoir fonctionner
aussi sur un oric Atmos. | This book is exactly the same as 20 Games For The Oric 1 except
that the programs have all been altered slightly to run on the Atmos. |
| |
| 20 games for the ORIC-1 | Wynford James | 1983 | Micro Press | ISBN 0-7447-0003-5 | Download | 20 programmes, avec tous les algorithmes et explications nécéssaires. | 20 programs, with algorithms and all needed explanations. |
|
L'Oric et son micro-processeur 6502 | François Normant, Frédéric Blanc | 1984 | Micro Programmes 5 | Download | Encore un livre qui pourra vous aider à apprendre le 6502.
Personnellement, je ne l'aime pas du tout car il est truffé de fautes de frappe, et propose ce que j'estime être du code dégoutant. Le fait d'utiliser du code auto-modifié ne me pose aucun problème, mais un livre se devrait de prévenir le lecteur que ce type de code ne peut pas être exécuté en ROM.
Les auteurs quand à eux semblent heureux de faire des routines dont l'exécution est différente selon que l'on fasse un appel sur l'adresse de départ ou bien un octet plus loin.
| And another french book that can helps you to learn 6502.
I really do not like it, since it's full of typos. And some "dirty code". I'm ok to use self-modifying code, but in a book you have to explain that this kind of code cannot be executed in ROM.
And the author is happy to use some stupid features like "opcode" overloading. (That means that depending of where you start to disassemble, the code have different meanings).
Somewhere disturbing. I say. |
| |
| 30 Hour BASIC - Oric Edition | Clive Prigmore, Paul Shreeve | 1983 | National Extension College | Download | Un livre qui accompagne le programme d'apprentissage de la BBC | The companion book of the BBC TV show |
|
Computing With The Oric 1 | Ian Hickman | 1984 | Newnes Microcomputer Books | ISBN 040801444 | Download | 148 pages index compris, c'est relativement peu pour une réécriture de manuel. Néanmoins il propose de bon conseils, ainsi qu'une section correcte consacrée au code machine. | This is another of the 'Manual rewrites' only 148 pages with index, but it has quite a reasonable MC section and some good advice. |
| |
| 6502 Machine Code for Beginners | AP Stephenson | 1983 | Newnes Microcomputer Books | ISBN 0 408 01311 7 | Download |
|
Sedoric 3.0 à NU | André Chéramy | 1998 | Oric International | Download | Ce livre est un décorticage complet de la structure de Sedoric 3.0, structure des banques, facon dont les commandes sont implémentées, liste des variables système, etc... | This book is a complete description of the internals of Sedoric 3.0, including how banks are structured, how commands are implemented, list of system variables, etc... |
| |
| 6502 Assembly Language Programming | Lance A Leventhal | 1979 | Osborne, McGraw Hill | ISBN 0 931988 27 6 | Download | Ce livre fournit de façon claire et complete ce qu'il faut savoir de la programmation en assembleur 6502:
De nombreux programmes d'example, allant de simples boucles chargeant des données jusqu'à des projets complets, tous étant completements débuggés et utilisables.
Ce livre contient:
Plus de 80 examples, présentés de façon formalisée incluant organigrames, code source, code désassemblé et commentaires
Une explication détaillée de chaque instruction 6502
Des conventions de programmation en assembleur 6502
Comment utiliser et interfacer les périphériques d'entrée/sortie, incluant des programmes et considérations quant au design d'interfacage avec le PIA 6520, le VIA 6522, et les autres composants compatibles avec le 6502
Comment programmer les interruptions avec le 6502 | This book provides comprehensive coverage of the 6502 microprocessor assembly language: An extensive range of programming examples, from simple memory load loops to complete design projects. The emphasis is on presenting a large number of fully debugged, practical programming examples.
Features included:
Over 80 programming examples, with a standard format including flowcharts, source program, object code and explanatory text
Each 6502 instruction fully explained
6502 Assembler conventions
Input/Output devices and interfacing methods, including programs and design considerations for the 6520 Peripheral Interface Adapter (PIA), the 6522 Versatile Interface Adapter (VIA), and other 6502-compatible input/output devices
Programming the 6502 interrupt system |
|
6502 Assembly Language Subroutines | Lance A Leventhal, Winthrop Saville | 1982 | Osborne, McGraw Hill | ISBN 0-931988-59-4 | Download | Une collection de petits morceaux de code utilisables pour manipuler des pointers, boucler, calculer, jouer avec la pile, comment passer des paramètres, etc... | An interesting collection of code snippets to manipulate addresses, iterate, compute, play with the stack, how to pass parameters, etc... |
| |
| Sixty programs for the Oric-1 | Robert Erskine, Humphrey Walwyn, Paul Stanley, Michael Bews | 1983 | Pan | ISBN 033028261 | Download | De nombreux petit programmes en basic de relativement bonne qualité, allant du space invaders au calcul de biorithmes.
Un bon livre pour débuter. | Many small basic programs, most of them are pretty good. From games like Alien to Bioryth-program. A good book for a beginner. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 / 2 / 3 / 4 / 5 / 6 / 7 / 8 / 9 / 10
|