beautypg.com

Rpbasic-52 programming guide – Remote Processing BASIC 52 User Manual

Page 80

background image

RPBASIC-52 PROGRAMMING GUIDE

2-61

LOAD

Syntax:

L O A D [segme nt]
Where: segment = 0 to 7 , s e e ta b le b e lo w .

Function:

L o a d s a p ro g ra m f ro m E P R O M

Mode:

Comm and

Use:

L O A D 1

Loads prog ram from mem ory segme nt 1

Card:

A l l. M ax im u m segment is card depend ent. Refer to your c ards hardwa re manua l.

D E S C R IP T I ON

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 overw rites and replaces the previous program. You
cannot merge programs. Programs are saved to flash EPROM using the SAVE n comm and.

For more information on segments and EPROM sizes, see the SAVE command.

RELATED

SAVE, EXECUTE

E R R O R

B A D A R G U M E N T segment > 7