
SAVING CODE AND DATA BASIC SECTION 3
Page 3-5
RPBASIC-52 Programming manual differences
The limits for the commands listed below are different
than shown in the RPBA SIC-52 m anual.
Command RPBASIC-52
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 main difference is PEEK type com mands access
segments from 0 to 15 instead of 0 to 7. segments 8-15
are from F lash EPROM . Data is saved to Flash using
BSAVE. See LOA D_SAV .BAS for access exam ples.
POKE type commands only write to RAM.
NOTE: Futur e version (Per haps starting in 2012) will
have an enhanded BSAVE command. The
newer BSAVE com mand will have an erase
flash sector capability. Contact R emote
Processing for mor e information.
APPLICATION PROGRAMS
The following programs are in the BASIC52 directory.
File Name Description
ARRAYS.BAS Program fragment to store and
read mixed data types from
RAM.
LOAD_SAV.BAS Uses BLOAD /BSAVE for
Flash access, PEEK/ POKE
commands for data access. See
NOTE about future versions of
BSAVE command.
EXEC1.BAS thru
EXEC7.BAS
7 programs show how one
program calls another
randomly.
EXECCLR.BAS Clears counters used by
EXEC x.BAS.
HEXLOAD.BAS Receives Intel HEX file and
stores data into segment 1
RAM.
VERIFYRP.BAS Verifies that RPBASIC-52 sent
to RAM segment 1 = Flash
EPROM.
Commentaires sur ces manuels