beautypg.com

Fill program – Epson S1C62 Family User Manual

Page 154

background image

Format

ICE CONTROL SOFTWARE ICS62XX

VIII-40

EPSON

S1C62 FAMILY

DEVELOPMENT TOOL REFERENCE MANUAL

Function

FP

FILL PROGRAM

#FP,

,

,

Data is stacked in the program area (ICE emulation memory) at

to
.

Program area

(for S1C6S3N7/6S3B7/6S3L7)

000

Address 1

. . . 100

Address 2

. . . 2FF

3FF

Program data

Reloads with specified data

#FP,0,3FF,FFB

...

Data from addresses 000 to 3FF of the program area
are stacked to the FFB (NOP5 code)

#FP,100,200,FF9

...

When undefined code is detected, an error message is

* COMMAND ERROR *

displayed and the instruction will not execute

#FP,200,100,FFF
* COMMAND ERROR *

...

Address 1 > address 2 error

#FP,200,200,FFF

...

Address 200 is modified to instruction code FFF (NOP7);
instruction completes normally

#

Examples