
7-6
Section
Details of BASIC Commands
216
romsave
Syntax:
ROMSAVE
Description:
Command. Saves BASIC programs in RAM to FlashROM.
Remarks:
All four BASIC program areas are saved from RAM to FlashROM.
Refer to 7-1 Programming Procedures for precautions on saving data to FlashROM.
The ASCII Busy Flag will turn ON while the
ROMSAVE
command is executing (i.e., while data is
being written to FlashROM). During this time, data will not be received at ports, and interface
processing with the PC (I/O refreshing) will not be performed.
If the
ROMSAVE
command is used while a program is executed, an “ILLEGAL FUNCTION
CALL” error will occur.
Examples:
> 10
REM THIS PROGRAM WILL BE SAVED
>
ROMSAVE
> 10
REM THIS WILL BE OVERWRITTEN
>
LIST
10
REM THIS WILL BE OVERWRITTEN
>
ROMLOAD
>
LIST
10
REM THIS PROGRAM WILL BE SAVED
>
See also:
ROMLOAD
,
ROMVERIFY
romverify
Syntax:
ROMVERIFY
Description:
Command. Checks the consistency of the program stored in FlashROM with those currently
stored in RAM.
Remarks:
All four BASIC program in RAM are compared with those stored in FlashROM.
If the contents do not match a “VERIFY ERROR” (code 0066) will occur. If the contents are the
same then there will be no output and the ASCII Unit will return to the command prompt.
If the
ROMVERIFY
command is used while a program is executed, an “ILLEGAL FUNCTION
CALL” error will occur.
Examples:
> 10 REM THIS PROGRAM WILL BE SAVED
> ROMSAVE
> VERIFY
> 10 REM THIS WILL BE OVERWRITTEN
> VERIFY
VERIFY ERROR
> ROMLOAD
> VERIFY
> LIST
10 REM THIS PROGRAM WILL BE SAVED
See also:
ROMLAOD
,
ROMSAVE
Содержание C200H-ASC11
Страница 1: ...C200H ASC11 ASC21 ASC31 ASCII Units Operation Manual Revised June 2000...
Страница 2: ...iv...
Страница 4: ...vi...