Remote Processing RPC-210 User Manual
Page 28
RAM
BASIC
SECTION 5
Page 5-3
RPBASIC-52 Programm ing manual differences
The limits for the commands listed below are different
than shown in the RPBA SIC-52 m anual.
Command
RPBA SIC
manual
RPC-210
PEEK B
segment = 0 to 7
segment = 0 to 15
PEEK F
segment = 0 to 7
segment = 0 to 15
PEEK W
segment = 0 to 7
segment = 0 to 15
PEEK $
segment = 0 to 7
segment = 0 to 15
The ma in difference is PE EK type com mands access
segments from 0 to 15 instead of 0 to 7. segments 8-15
are from F lash EPROM . D ata is saved to Flash using
BSAVE. See LOA D_SAV .BAS for access exam ples.
See Note above regarding changes to BSAVE command
starting about 2012..
POKE type commands only write to RAM.
APPLICATION PROGRAMS
The following program s are in the BASIC52 directory.
F i le N a me
Description
ARRAYS.BAS
Program fragment to store and
read mixed data types from
R A M .
LOAD_SAV.BAS
Uses BLOAD /BSAVE for
Flash access, PEEK/ POKE
commands for data access. See
note about changes to BSAVE
command starting about 2012.