Commodore 16 Owners Guide
Commodore 16 Owners Guide
• change the relative positions of the computer equipment and the receiver
• plug the computer into a different outlet so that the computer and the receiver are
different branch circuits
You should use only the cables, accessories, and peripherals recommended by Com
modore for your Commodore 16. All cables, including the cables for the television WP
hookup, serial port, video port, Datassette, and joysticks, are specially shielded, in
accordance with the regulations of the Federal Communications Commission. Failure'to'
use the appropriate accessories and cables will invalidate the FCC grant of Certifica- w-
tion, and may cause harmful radio interference.
—
~~
COMMODORE 16
OWNER'S GUIDE
A FRIENDLY INTRODUCTION TO YOUR
COMMODORE 16
Published by
Commodore Business Machines, Inc.
THE INFORMATION IN THIS MANUAL HAS BEEN REVIEWED AND IS BELIEVED TO BE ENTIRELY RELIABLE.
NO RESPONSIBILITY. HOWEVER, IS ASSUMED FOR INACCURACIES THE MATERIAL IN THIS MANUAL IS FOR
INFORMATION PURPOSES ONLY, AND IS SUBJECT TO CHANGE WITHOUT NOTICE.
INTRODUCTION i
SECTION 1 Setting Up 1
Programming 42
SECTION 5 ETC.
Peripherals 53
Book List 56
\
Introduction
The Commodore 16 personal computer is your pass
port to the Information Age. With the Commodore 16.
you have the ability to quickly process many kinds of
information — personal, educational, scientific, finan
cial. And with the Commodore 16 you can present this
information in almost any form — in words, numbers,
pictures or sound, or in any combination of these
forms.
. unpacking your
Commodore 16
. setting up your
Commodore 16
.Troubleshooting chart
—
SETTING UP
YOUR COMPUTER
1. Your Commodore 16
3. The TV switchbox
6. Tutor cartridge
7. Warranty card
If you don't find all these items in the box, check with
your dealer immediately for replacements.
SETTING UP
—
YOUR COMPUTER
—
SETTING UP
YOUR COMPUTER
SETTING UP
YOUR COMPUTER
The RF Jack
To use both, first plug the disk drive into this open
ing, then plug the printer cable into the back of
the disk drive.
S
SETTING UP
YOUR COMPUTER
Finally ...
Now it's time to turn on your computer. Turn on the
POWER switch on the right side of your computer.
If all went well, the red POWER light will go on, and
here's how your screen will look:
BLACK
LETTERS
WHITE
BACKGROUND
PURPLE
BORDER
TROUBLESHOOTING CHART
10
2
LOOKING AT
THE KEYBOARD
. introduction
.Using your computer
like a typewriter
. special keys
-
_
LOOKING AT THE
KEYBOARD
Introduction
11
LOOKING AT THE
KEYBOARD
12
_
LOOKING AT THE
KEYBOARD
Brackets ([ ]) — Press or
with SHIFT .
with .!
13
LOOKING AT THE
KEYBOARD
14
LOOKING AT THE
KEYBOARD
15
-
LOOKING AT THE
KEYBOARD
KEY - EFFECT
= INSERT (ADD
SPACES)
CLEAR/HOME^
16
_
LOOKING AT THE
KEYBOARD
KEY + = EFFECT
= HOME POSITION
"CLEARff-SHIFT
HOME
(Control)
? (Commodore Key)
The Commodore key is very similar to ^FRlJ, and
can be used to perform four functions:
_.
18 ^-^—-^—^——
LOOKING AT THE
KEYBOARD
REVERSED LINE
KEY = EFFECT
= NORMAL
PRINTING
CTRL
19
LOOKING AT THE
KEYBOARD
KEY = EFFECT
. ;, ■■■■■■ = CHARACTERS
FLASH
CTRL _J/ FLASH,
"' ON
= NORMAL
DISPLAYctrl
Colors Keys
20
LOOKING AT THE
KEYBOARD
3 +Cr= YELLOWctrl
GREEN C=
GREEN C=
21
LOOKING AT THE
KEYBOARD
Graphic Keys
KEY + = EFFECT
A + F (GRAPHIC ON
LEFT SIDE OF KEY)
A + 4* (GRAPHIC ON
RIGHT SIDE OF KEY)
a little.
22
_
LOOKING AT THE
KEYBOARD
Function Keys
23
LOOKING AT THE
KEYBOARD
24
—
-J,
-4
3
USING
SOFTWARE
. introduction
• Cartridges
• Cassettes
• Diskettes
-
_
~
USING SOFTWARE
Introduction
Cartridges
Loading Cartridges
25
USING SOFTWARE
26
^
USING SOFTWARE
Cassettes
27
USING SOFTWARE
28
—
USING SOFTWARE
f' ■>
FOUND
29
USING SOFTWARE
LOAD "BASES"
LOAD "BASES''
PRESS PLAVON TAPE
30
~*
USING SOFTWARE
SEARCHING
FOUND BASES
LOADING
READY.
I
RUN
31
_i
USING SOFTWARE —
Diskettes
32
USING SOFTWARE
33
USING SOFTWARE
A Type:
DLOAD "program name" Specific name of
the program to be LOADed
quote marks.)
DIOAD NAME1
LOADING
SEARCHING FOR NAME
FOUND NAME
READY. LOADING
34
-
USING SOFTWARE
35
-
-
x
4
LEARNING
THE BASICS
.Numbers and Calculations
. BASIC programme
. sound and Nlusic
. Graphics and Color
_
LEARNING
THE BASICS
36
4
• introduction
. Calculations
. Advanced functions
-
NUMBERS AND
CALCULATIONS
As a calculator:
• Besides the standard + and - operation signs,
your Commodore 16 uses the * sign for multiplica
tion and the / sign for division and fractions.
• To solve a problem, type in PRINT followed by the
equation. Then press ~R£T58S| to get your com
puter to perform the math involved.
• These are the operators you can use:
37
NUMBERS AND
CALCULATIONS
71959*33
38
—
NUMBERS AND
CALCULATIONS
Order Of Calculation
PRINT 200*50 + 5
or this:
39
-
NUMBERS AND
CALCULATIONS
Advanced Functions
FUNCTION (X)
COS(X) (cosine)
LOG(X) (logarithm)
—To convert to log base 10, divide by
LOG (10).
TAN(X) (tangent)
^———— 40
NUMBERS AND
CALCULATIONS
■41
4
S BASIC keywords
BASIC
PROGRAMMING
Introduction
PRINT "ANYTHING"
42
-^
BASIC
PROGRAMMING
10 PRINT "ANYTHING"
43
BASIC
PROGRAMMING
44
4
45-
SOUND AND MUSIC
46,
SOUND AND MUSIC
NOTE A B C D E F G
NEW
10 VOL 8
20FORL = 1 TO 10
30 SOUND 1,466,20
40 SOUND 1,1020,15
50 NEXT L
60 SOUND 3,500,20
RUN
This program simulates a busy signal, and the line be
ing disconnected.
47
—
4
4
GRAPHICS AND
COLOR
. Graphic characters
and animation
. controUing colors
. Other commands
GRAPHICS AND
COLOR
Introduction
Simple Animation
48
•"*
GRAPHICS AND
COLOR
10 PRINT = "I
20 FOR L = 1 TO 100
30 NEXT L
50 FOR M = 1 TO 200
60 NEXT M
70 GOTO 10
RUN
More Animation
49,
_
GRAPHICS AND
COLOR
NEW
10 PRINT = "
20 PRINT = "
40 GOTO 20
RUN
Controlling Colors
50'
GRAPHICS AND
COLOR
0 Background BORDER
1 Character
2 Multi-COlor 1 CHARACTERS
3 Multi-color 2
4 Border BACKGROUND
Color Numbers
# COLOR # COLOR
BLACK 9 ORANGE
WHITE 10 BROWN
CYAN 12 PINK
YELLOW 16 LIGHTGREEN
51
GRAPHICS AND
COLOR
Type: =====
COLOR 4, 3, 0 and press RETURfF.
The border becomes a dark red.
Now type:
COLOR 4, 3, 7 and press REfiHI.
The border changes to bright red.
52
5
ETC
herals
perip
Books
ETC.
Peripherals
53
ETC
Model numbers:
Datassette Disk Drives
• 1531 Datassette i 1541
• 1551
54
_
ETC.
■55
ETC
Commodore Books
BASIC Programming
56,
-
ETC.
t commodore
COMPUTERS
P/N2517