Next Previuos Contents

 

NAME

PURPOSE

FORMAT

SAVE, SAVEM Used to store programs. CSAVE "filename" ,R
SAVE "CAS:filename" ,A
SAVE "RAM:filename" ,A
CSAVEM "filename",a,b,c
SAVEM "CAS:filename",a,b,c
SAVE "COM:cbpsx"
SAVE "MDM:bpsx" (M10 MODEM only)
SAVEM "RAM:filename",a,b,c

where: a,b,c are addresses
M specifies machine language programs

See LOAD for other definitions
SCREEN Determines which device
displays output with
PRINT, LIST etc.
SCREEN d ,k where: d specifies display
(d=0 for LCD, d=1 for CRT)
k controls display of function keys
(k=0 display disabled, k=1 display enabled)

- 51 -

Next Previuos Contents