Specifications

Commands - 67
LOAD
Command
SYNTAX: LOAD
LOAD segment
LOAD DATA to RAM segment, RAM address, from Flash segment, Flash address, length
PURPOSE: LOAD with no parameters reads a program from Flash and puts it into RAM. LOAD segment
retrieves a program from 0 or 1 in a 128K Flash EPROM and puts it into RAM. LOAD DATA
transfers data from Flash to RAM.
REMARKS: The program and serial EEPROMs are two different devices. Saving to a serial EEPROM requires
about 200 mS. Loading takes about 20 mS.
Since data is saved and loaded 128 bytes at a time, any combination of strings and numbers can be
saved. Use PEEK and POKE commands to get and save from memory.
EXAMPLE: LOAD Loads a program from Flash segment 0, address 0.
LOAD segment Loads a program from Flash segment 0 or 1, address 0
LOAD DATA 1,weight,1,&9000,4500 Loads 4500 bytes of data to RAM segment 1, address “weight”
from Flash segment 1, address &9000.
ERROR: <Command not available> – if card does not support user serial EEPROM
<Data negative> – for address
<Data > 65.535> – for address