beautypg.com

Set program – Epson S1C62 Family User Manual

Page 158

background image

Format

ICE CONTROL SOFTWARE ICS62XX

VIII-44

EPSON

S1C62 FAMILY

DEVELOPMENT TOOL REFERENCE MANUAL

Function

SP

SET PROGRAM

#SP,

(With guidance)

Contents of the specified program area

are displayed or modified.

#SP,100
0100 FFF:

...

Contents of address 100 are read, and cannot be modified
by a

alone

0101 FFF:FFB

...

New data is written

0102 FFF:FF9
* CODE ERROR *

...

Error message is displayed when undefined code is
detected; contents are written unchanged to the same
address

0102 FFF:F05
0103 FFF:A6B
0104 FFF:^

...

Operation returns to previous address (one less than

0103 A6B:^

current address) via input by entering ^

0102 F05:F06
0103 A6B:
0104 FFF:ABx
* COMMAND ERROR *

...

Error is generated by data setting error; message displayed

0104 FFF:ABC
0105 FFF:/

...

/

input terminates instruction

#SP,400
* COMMAND ERROR *

...

Since it exceeds the program area (3FF for S1C6S3N7/
6S3B7/6S3L7), an error is indicated

#SP,3FE
3FE FFF:011
3FF FFF:FFB

...

Instruction is completed after last address in input

#

Examples