
7
General Instruction Characteristics
Section 1-1
Note When binary mode is selected in the PLC Setup, the DM Area and current EM
bank addresses (bank 0 to C) are treated as consecutive memory addresses.
A word in EM bank 0 will be specified if an indirectly addressed DM word con-
tains a value greater than 32,767. For example, E00000 in bank 0 will be
specified when the indirect-addressing DM word contains a hexadecimal
value of 8000 (32,768).
A word in the next EM bank will be specified if an indirectly addressed EM
word contains a value greater than 32,767. For example, E3_00000 will be
specified when the indirect-addressing EM word in bank 2 contains a hexa-
decimal value of 8000 (32,768).
Specifying Indirect DM/EM Addresses in BCD Mode
When the contents of @D
@@@@@
is between
8000 and FFFF (32,768 to 65,535), the corre-
sponding word between E0_00000 and E0_32767
in EM bank 0 is specified.
---
When the contents of @En
@
_
@@@@@
is between
0000 and 7FFF (00000 to 32,767), the corre-
sponding word between En
@
_00000 and
En
@
_32767 is specified.
MOV #0001
@E1_00200
When the contents of @En
@
_
@@@@@
is between
8000 and FFFF (32,768 to 65,535), the corre-
sponding word between E (
@
+1) _00000 and E
(
@
+1) _32767 (in the next EM bank) is specified.
Description
Example
Instruction example
@D00300
8 0 0 1
32,769
Decimal:
Specifies E0_00001.
@E1_00200
0 1 0 1
257
Decimal:
Specifies E1_00257.
@E1_00200
8 0 0 2
32770
Decimal:
Specifies E2_00002.
Method
Description
Example
Instruction example
Indirect DM/EM
addressing
(BCD mode)
MOV #0001
*
D00200
*
D
@@@@@
D
(BCD)
Content
0000 to 9999
When the
*
prefix is input before a DM
or EM address, the BCD contents of
that word specify another word that is
used as the operand. The contents can
be 0000 to 9999, corresponding to the
desired word address in the DM or EM
Area.
*
D00200
0 1 0 0
Specifies D00100.
Add the
*
prefix.
Summary of Contents for SYSMAC CS Series
Page 2: ......
Page 4: ...iv ...
Page 30: ...xxx ...
Page 186: ...146 List of Instructions by Function Code Section 2 4 ...
Page 1320: ...1280 Model Conversion Instructions Unit Ver 3 0 or Later Section 3 35 ...
Page 1390: ...1350 CJ series Instruction Execution Times and Number of Steps Section 4 2 ...
Page 1391: ...1351 Appendix A ASCII Code Table ASCII SP Four leftmost bits Four rightmost bits ...
Page 1392: ...1352 ASCII Code Table Appendix A ...
Page 1404: ...1364 Revision History ...