A SERVICE OF

logo

Format
ICE CONTROL SOFTWARE ICS62XX
VIII-38 EPSON S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
Function
A
#A,<address> (With guidance)
The mnemonic command is assembled and stored at the address indicated by <address>.
(1) Supports the mnemonics and operands in the instruction list used in the S1C62 Family.
(2) Operand expressions follow the configurations below:
p: 00 to 03 values
s: 00 to FF values
l: 00 to FF values
i: 00 to 0F values
r,q: A, B, MX or MY
In general, hexadecimal expressions do not have "H" appended at the end.
Three digit data can be input starting from the 0 column.
0FF input: Validates FF
00FF input: Causes an error
An error is generated by invalidated values entered for p, s, l or i.
Only binary expressions (xxxxB) are allowed in the input area. The x in this case has a
fixed length of from one to four digits comprised either of 0 or 1, with "B" input last.
When less than three digits are input, the expression is handled as a binary expression or
an error.
(3) Either upper or lower case letters may be used for input.
(4) Mnemonic and operand codes should be separated by one or more character spaces or by
a tab code.
(5) An error is generated when an unsupported instruction is entered.
(6) A or B input gains register priority. Input 0A or 0B when entering immediate value
settings.
LD A,B Contents of B register are input to A register.
LD B,0A Immediate value A is loaded to B register.
ASSEMBLE PROGRAM