Epson S1C62 Family Computer Hardware User Manual


 
SEGMENT OPTION GENERATOR SOG62XX
VI-10 EPSON S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
D: Duplication error
This type of error occurs when the same data (SEG port No., segment memory address, or data bit) is
specified more than once. Correct the segment option source file so that each data item is unique in the
description.
Example: D 20 19 A30
A31 A32 A31 S
D 23 22 A60 A61 A31 A31 S
"A31" is used more then once
Duplication is SEG NO. 19 COM NO. 3
Duplication is SEG NO. 22 COM NO. 3
Message "Duplication is ..." is output only for the second and subsequent duplicated data items.
In some cases, the following error message is output.
Out Port Set Error
This error occurs when the output specifications were not set in units of two ports. Correct the segment
option source file to satisfy this condition.
Example: Segment No. 18 - 19 Out Port Set Error
This error is not checked when one of the above four errors (S, N, R, or D) is detected. Therefore, this
error may occur after the above error are corrected.
If an error occurs, the displayed message can be checked by referencing the segment option document file.
Correct the segment option source file by comparing it with the option list, then rerun the program.
The following is an example of the segment option document file when some errors occurred.
LINE SOURCE STATEMENT
1 0 900 901 902 903 S
2 1 910 911 912 913 S
3 2 920 921 922 923 S
4 3 930 931 932 933 S
5 4 940 941 942 943 S
6 5 950 951 952 953 S
7 6 960 961 962 963 S
8 7 970 971 972 973 S
9 8 980 981 982 983 S
10 9 990 991 992 993 S
11 10 9A0 9A1 9A2 9A3 S
N 12 66 9B0 9B1 9B2 9B3 S
13 12 9C0 9C1 9C2 9C3 S
14 13 9D0 9D1 9D2 9D3 S
15 14 9E0 9E1 9E2 9E3 S
S 16 15 9F0MSD 9F1 9F2 9F3 S
17 16 A00 A01 A02 A03 S
18 17 A10 A11 A12 A13 S
19 18 A20 A21 A22 A23 S
D 20 19 A30 A31 A32 A31 S
21 20 A40 A41 A42 A43 S
N 22 42 A50 A51 A52 A53 S
D 23 22 A60 A61 A31 A31 S
24 23 A70 A71 A72 A73 S
R 25 24 A80 881 A82 A83 S
26 25 A90 A91 A92 A93 S
S --- Syntax Error
N --- Segment No. Select Error
R --- RAM Address Select Error
D --- Duplication Error
Duplication is SEG NO. 19 COM NO. 3
Duplication is SEG NO. 22 COM NO. 3