Atari 65XE Owner's Manual page 102

Hide thumbs Also See for 65XE:
Table of Contents

Advertisement

PEEK
PLOT
PL.
POINT
P.
POKE
POK.
POP
POSITION
POS.
PRINT
PR. or ?
PTRIG
PUT
PU.
RAD
READ
REA.
REM
R.
Returns the decimal form of the
contents of a specified memory
location (RAM or ROM).
Plots a single point at a specified X,Y
location.
Used with disk operations only.
Inserts the specified byte into the
specified memory location. (May be
used only with RAM. If you try to
poke ROM, you'll get an Error
message.)
Removes the loop variable from the
GOSUB stack. Used when departure
from the loop is made in an other-
than-normal manner.
Sets the cursor at a specified screen
position.
Causes output from the computer to
the specified output device. Functions
as an I/O command.
Returns the status of the trigger
button on a game controller.
Causes output of a single byte of data
from the computer to the specified
device.
Tells the computer to give information
in radians, rather than in degrees, for
trigonometric functions. (The default
measurement is radians. See DEG.)
Reads the items in the DATA list and
assigns them to specified variables.
Stands for "remarks." Does nothing
but allows comments to be printed in
the program list for the programmer's
future reference. REM statements are
not executed.
97

Advertisement

Table of Contents
loading

Table of Contents