
135
List of BASIC Commands
Section 7-5
PC EPUT
PC EPUT #<shared memory
address>, <write number of
words>,“format{,format}”;
<numeric expression>
{<numeric expression>}
Writes shared memory
data of ASCII Unit itself.
General
189
PC GET
PC GET variable name 1
[,variable name 2]
Reads the output data
value from the PC’s
allocated I/O to the
variables.
General
190
PC ON/OFF/
STOP
PC [interrupt number] ON or
PC [interrupt number] OFF
or
PC [interrupt number] STOP
Enables, disables, or
stops a PC interrupt.
General
187
PC PUT
PC PUT
<numeric expression>
Writes the numeric
expression value to the
input data area of the
allocated I/O in the PC.
General
190
PC QREAD@
PC QREAD”@area,
address, <read number of
words>, PC format {,PC
format} ,variable {,variable}
Generates a request to
execute an IOWR
instruction at the PC, and
reads the specified I/O
memory area.
General
191
PC QWRITE@
PC QWRITE”@area,
address, <write number of
words>, PC format {,PC
format}, numeric expression
{,numeric expression}
Generates a request to
execute an IORD
instruction at the PC, and
writes data to the
specified I/O memory
area.
General
193
PC READ OR
PC READ@
PC READ” PC format {,PC
format}”; variable {,variable}
or
PC READ” @ area, address,
<read number of words>, PC
format {,PC format}”;
variable {variable}
Converts the format of
data written from the PC
and reads it.
General
195
PC WRITE
(“@”)
PC WRITE” PC format {,PC
format}”; variable {,variable}
or
PC WRITE” @area,
address, <write number of
words>, PC format {,PC
format}”; variable {variable}
Converts the format of
the numeric expression
value and transfers it to
the PC.
General
200
PEEK
PEEK (address)
Reads the contents of a
specified memory
address.
Special
205
PGEN
PGEN
<numeric expression>
Switches to the program
area number to be used.
Command
205
PINF
PINF [ALL]
or
PINF [Program No.]
Displays information on
the user memory area.
Command
206
PMEM
PMEM ON
or
PMEM OFF
Switches between
enabling and disabling
write protection for the
user memory area.
Command
207
PNAME
PNAME “program name”
Assigns or cancels a
program name.
Command
207
POKE
POKE address,value
Writes data to specified
address in the user
memory.
General
208
Command
Syntax
Details
Command
Statement
Function
Page
Summary of Contents for C200H-ASC11
Page 1: ...C200H ASC11 ASC21 ASC31 ASCII Units Operation Manual Revised June 2000...
Page 2: ...iv...
Page 4: ...vi...