Instruction d'utilisation RCA CDP18S711

Instruction d'utilisation pour le dispositif RCA CDP18S711

Dispositif: RCA CDP18S711
Catégorie: Magnétophone
Fabricant: RCA
Dimension: 1.35 MB
Date d'addition: 2/26/2014
Nombre des pages: 55
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif RCA CDP18S711. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec RCA CDP18S711.

Pour votre confort

Si regarder l'instruction RCA CDP18S711 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction RCA CDP18S711 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction RCA CDP18S711 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
RCA CDP18S711 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 55 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction RCA CDP18S711 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de RCA CDP18S711. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

Résumé du contenu de la page N° 2

RCA COSMAC VIP CDP18S711 Instruction Manual RCA Solid State Division, Somerville, N. J. 08876 Copyright 1978 by RCA Corporation (All rights reserved under Pan-American Copyright Convention) Printed in USA/2-78 VIP-311

Résumé du contenu de la page N° 3

ACKNOWLEDGMENT COSMAC VIP has been created by Joe Weisbecker of the RCA Laboratories, Princeton, N.J. so that everyone can have fun and useful personal computer experiences. The elegant and simple hardware system design and the powerful video output together with the customized CHIP-8 language interpreter constitute a fresh and promising approach to personal computers. If questions arise regarding the VIP software or hardware, write to VIP RCA Solid State Division Box 3200 Somerville, N.J. 08876

Résumé du contenu de la page N° 4

Contents I. Getting Started ...................................................................................................................5 What This Manual Covers .................................................................................................5 The Power Supply ..............................................................................................................6 What You See ..........................................................................................

Résumé du contenu de la page N° 5

Contents (Continued) Appendix B - Operating System ................................................................................................. 33 Operating System Listing ................................................................................................. 33 Operating System Register Table .................................................................................... 34 Operating System Summary .............................................................................

Résumé du contenu de la page N° 6

1 1. Getting Started COSMAC VIP (Video Interface Processor) With COSMAC VIP you can easily create pictures CDP18S711 is a complete computer on a single on the display screen and move them around. This printed-circuit card. It includes the following: feature is invaluable for video games and not usually available with computers costing several times as *RCA CDP1802 Microprocessor (91 instructions) much. The software you need to use your computer is *2048-byte RAM provided free instead of at added

Résumé du contenu de la page N° 7

6 RCA COSMAC VIP Instruction Manual CHIP-8 includes a real time clock, random number will facilitate setting up the cassette system and iden- generator, decimal conversion, and digit or graphic tifying hardware problems in the rare case where they display capability. It only uses 512 bytes of RAM leaving occur. Hex notation is used in this manual unless noted over 1024 bytes for programs in a 2048-byte system. otherwise. (One byte equals two hex digits.) (You can get an additional 2048 bytes of

Résumé du contenu de la page N° 8

1. Getting Started 7 C pressed and the Q light should be on. When you release What You See key C the tone and Q light should both go off. (The tone You must now decide on the video display for your occurs whenever the Q light is on.) You should now see a computer. The video pad at the back right comer of the random pattern of small square spots on the display. Push COSMAC VIP card provides a video signal which you hex keys 8008 in sequence and you should see 8008 at can connect directly to the h

Résumé du contenu de la page N° 9

9 11. COSMAC VIP Operation COSMAC VIP is operated with the RUN switch and KEY OPERATION hex keyboard. The PWR light shows that power is on. The Q light is activated by various programs. A tone is MW (Memory Write) 0 sounded whenever the Q light is on. The TAPE light MR (Memory Read) A glows when cassette input data is present. When using TW (Tape Write) TR F COSMAC VIP, always start with the RUN switch in the B (Tape Read) down (or reset) position. Flipping the RUN switch up initiates execution

Résumé du contenu de la page N° 10

10 RCA COSMAC VIP Instruction Manual contained in the last 256-byte page of the on-card RAM. TC-150. In general, better quality recorders provide If you have a 2048-byte RAM, you are seeing locations more reliable operation. 0700-7FF on the screen. Bit 7 of the byte at 0700 is in the upper left comer. Try storing a sequence of eight AA Your tape recorder must have an 8-ohm earphone or bytes followed by eight 55 bytes starting at location external speaker jack and a microphone input jack. 0700. K

Résumé du contenu de la page N° 11

11. COSMAC VIP Operation 1 After recording and checking a program cassette, you can 01FF, then load the game program starting at 0200. break out the tabs at the top of the cassette to prevent Record a cassette from 0000 to the end of the game accidental erasure. In the event you wish to record on a program. When you load this tape, starting at 0000, you cassette after you have broken out the tabs, you can do so will be ready to play the game. simply by pasting tape over the tab holes. You can re

Résumé du contenu de la page N° 12

III. CHIP-8 Language Programming instruction following the 2570. The subroutine itself CHIP-8 is an easy-to-learn programming language could use another 2MMM instruction to branch to (or that lets you write your own programs. To use the call) another subroutine. This technique is known as CHIP-8 language, you must first store the 512-byte subroutine nesting. Note that all subroutines called (or CHIP-8 language program at memory locations 0000 to branched to) by 2MMM instructions must end with 01

Résumé du contenu de la page N° 13

14 RCA COSMAC VIP Instruction Manual Table I - CHIP-8 Instructions Instruction Operation 1MMM Go to 0MMM BMMM Go to 0MMM + V0 2MMM Do subroutine at 0MMM (must end with 00EE) 00EE Return from subroutine 3XKK Skip next instruction if VX = KK 4XKK Skip next instruction if VX n.e. KK 5XY0 Skip next instruction if VX = VY 9XY0 Skip next instruction if VX n.e. VY EX9E Skip next instruction if VX = Hex key (LSD) EXAl Skip next instruction if VX n.e. Hex key (LSD) 6XKK Let VX = KK CXKK Let VX = Random B

Résumé du contenu de la page N° 14

III. CHIP-8 Language Programming 15 Fig. 1 - Display screen coordinate structure. pattern for the digit "8" on the screen. First we make pattern will be shown on the screen in the upper left up a pattern of bits to form "8" as shown in Fig. 2. corner. You can write a program to show the "8" pattern on the screen as follows: 0200 A20A I=020A 0202 6100 V1=00 0204 6200 V2=00 0206 D125 SHOW 5MI@VlV2 0208 1208 GO 0208 020A F090 020C F090 020E F000 Fig. 2 - Patternof bitsjorming digit 8. The first col

Résumé du contenu de la page N° 15

RCA COSMAC VIP Instruction Manual 16 touched any part of a previously displayed pattern. This 0218 F229 I =V2 (LSDP) feature permits programming video games which require 021A D455 SHOW 5MI@V4V5 knowing if one moving pattern touches or hits another 021C 6603 V6=03 pattern. 021E F618 TONE=V6 0220 6620 V6=20 Because trying to display two I spots at the same 0222 F615 TIME=V6 position on the screen results in a 0 spot, you can use the 0224 F607 V6=TIME DXYN instruction to erase a previously display

Résumé du contenu de la page N° 16

111. CHIP-8 Language Programming 17 lose the CHIP-8 interpreter and will have to reload it. 9. LUNAR LANDING - Program a graphic lunar You can insert stopping points in your program for landing game. debugging purposes. Suppose you want to stop and 10. COLLIDE - Try to maneuver a spot from one examine variables when your program reaches the edge of the screen to the other without hitting instruction at 0260. Just write a 1260 instruction at randomly moving obstacles. location 0260. Flip RUN down

Résumé du contenu de la page N° 17

18 RCA COSMAC VIP Instruction Manual The next section will discuss machine language 25. PROGRAMMED SPOT - Introduce children to programming. You can even combine machine language programming concepts by letting them subroutines with CHIP-8 programs if desired. preprogram the movements of a spot or object on the screen.

Résumé du contenu de la page N° 18

19 IV. Machine Language Programming The latched Q line output performs several functions VIP Machine Coding in the COSMAC VIP system. When set, it holds the Q light on and generates a continuous speaker tone. Ile Q For a complete description of machine language line is also used for serial output data to a cassette instructions, refer to the User Manual for the CDP1802 recorder. You can use the Q output line as a control COSMAC Microprocessor MPM201A. Your signal in an expanded system if you avo

Résumé du contenu de la page N° 19

20 RCA COSMAC VIP Instruction Manual The CHIP-8 language described in the previous While the video interface is turned on, you should not section, permits machine language subroutines to be use any of the 3-machine-cycle CDP1802 instructions called with a 0MMM instruction. A D4 machine (except those used for sync in the refresh interrupt language instruction at the end of the machine language routine itself). If you are not using the video interface, subroutine returns control to the CHIP-8 inst

Résumé du contenu de la page N° 20

21 V. Logic Description operating system program which uses a 64 instruction to A complete set of logic diagrams is provided in Appendix E. Power requirements for a system with 2048 generate an N2 pulse. This-N2 pulse sets U6A so it no bytes of RAM is 5 V DC at 350 mA. If you wish to longer holds U6B in its set state. From this point on, the expand the system you can use your own higher current selection,of RAM or ROM locations is controlled by the power supply. most significant address bit latc


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 RCA 40 Manuel d'utilisation Magnétophone 0
2 RCA Mobile Video Manuel d'utilisation Magnétophone 0
3 RCA SCT-560 Manuel d'utilisation Magnétophone 0
4 RCA RP-1880 Manuel d'utilisation Magnétophone 2
5 RCA 3-5362 Manuel d'utilisation Magnétophone 0
6 RCA RP1822 Manuel d'utilisation Magnétophone 0
7 RCA RP-1540 Manuel d'utilisation Magnétophone 1
8 RCA DUAL CASSETTE DUBBING DECK SCT-550 Manuel d'utilisation Magnétophone 5
9 RCA 3-5818 Manuel d'utilisation Magnétophone 0
10 RCA RP-1882 Manuel d'utilisation Magnétophone 1
11 RCA BLV552 Manuel d'utilisation Magnétophone 0
12 RCA RP-1510 Manuel d'utilisation Magnétophone 1
13 RCA VR618HF Manuel d'utilisation Magnétophone 0
14 RCA series SCT-520 Manuel d'utilisation Magnétophone 0
15 RCA 50 Manuel d'utilisation Magnétophone 0
16 Dynabrade 400 RPM Manuel d'utilisation Magnétophone 0
17 Sony Cassette-Corder TCM-20DV Manuel d'utilisation Magnétophone 63
18 Sony 30TW Manuel d'utilisation Magnétophone 3
19 Sony cCFD-S20CP Manuel d'utilisation Magnétophone 5
20 Sony CFD-E55L Manuel d'utilisation Magnétophone 95