
275
CHAPTER 6 CONSTANTS
6
6.
1
D
e
cimal Const
ant
(K)
CHAPTER 6
CONSTANTS
The following constants can be used in the CPU module.
• Decimal constant (K)
• Hexadecimal constant (H)
• Real number (E)
• Character string (" ")
6.1
Decimal Constant (K)
The decimal constant (K) is a device used to specify decimal data in programs. Specify it as K (example: K1234) in
programs. In the CPU module, data are stored in binary (BIN). (
The specification ranges for decimal constants are as follows:
The most significant bit represents a sign bit.
• When using word data (16-bit data): K-32768 to K32767
• When using 2-word data (32-bit data): K-2147483648 to K2147483647
6.2
Hexadecimal Constant (H)
The hexadecimal constant (H) is a device used to specify hexadecimal or BCD data in programs. (For BCD data, each
digit of a hexadecimal number is specified with 0 to 9.) In programs, specify it as H (example: H1234).
(
The specification ranges for hexadecimal constants are as follows:
• When using word data (16-bit data): 0000
H
to FFFF
H
(For BCD data, 0000
H
to 9999
H
)
• When using 2-word data (32-bit data): 00000000
H
to FFFFFFFF
H
(For BCD data, 00000000
H
to 99999999
H
)
Содержание L02CPU
Страница 1: ......
Страница 2: ......
Страница 13: ...11 Memo ...
Страница 78: ...76 Memo ...
Страница 226: ...224 Memo ...
Страница 317: ...315 APPENDICES APPEN DIX Appendix 4 Character Codes Available in the Display Unit To the next page ...
Страница 318: ...316 To the next page ...
Страница 319: ...317 APPENDICES APPEN DIX Appendix 4 Character Codes Available in the Display Unit To the next page ...
Страница 320: ...318 To the next page ...
Страница 321: ...319 APPENDICES APPEN DIX Appendix 4 Character Codes Available in the Display Unit To the next page ...
Страница 322: ...320 To the next page ...
Страница 323: ...321 APPENDICES APPEN DIX Appendix 4 Character Codes Available in the Display Unit To the next page ...
Страница 324: ...322 To the next page ...
Страница 325: ...323 APPENDICES APPEN DIX Appendix 4 Character Codes Available in the Display Unit To the next page ...
Страница 326: ...324 To the next page ...
Страница 335: ...333 Memo ...
Страница 339: ......