
RPBASIC-52 PROGRAMMING GUIDE
2-61
LOAD
Syntax: LOAD [segme nt]
Where: segment = 0 to 7, see table below.
Function: Loads a program from EPROM
Mode: Comm and
Use: LOAD 1 Loads program from mem ory segment 1
Card: All. Maximum segment is card dependent. Refer to your cards hardwa re manual.
DESCRIPTION
Up to 8 different programs can be saved and loaded from flash EPROM. The m aximum number depends
upon the EPROM size. When no segment is specified, 0 is assumed.
Use LOAD to retrieve programs for editing. LOAD overwrites and replaces the previous program. You
cannot merge programs. Programs are saved to flash EPROM using the SAVE n command.
For more information on segments and EPROM sizes, see the SAVE command.
RELATED
SAVE, EXECUTE
ERROR
BAD ARGUMENT segment > 7
Komentarze do niniejszej Instrukcji