![Jetter JVM-104-O09 Скачать руководство пользователя страница 50](http://html1.mh-extra.com/html/jetter/jvm-104-o09/jvm-104-o09_user-manual_3895231050.webp)
Jetter AG
Registers - Overview | 8
JVM-104-O09 User Manual
50 / 62
Application registers with overlaid flags
1000012
640 ... 671
1000040
1536 ... 1567
1000013
672 ... 703
1000041
1568 ... 1599
1000014
704 ... 735
1000042
1600 ... 1631
1000015
736 ... 767
1000043
1632 ... 1663
1000016
768 ... 799
1000044
1664 ... 1695
1000017
800 ... 831
1000045
1696 ... 1727
1000018
832 ... 863
1000046
1728 ... 1759
1000019
864 ... 895
1000047
1760 ... 1791
1000020
896 ... 927
1000048
1792 ... 1823
1000021
928 ... 959
1000049
1824 ... 1855
1000022
960 ... 991
1000050
1856 ... 1887
1000023
992 ... 1023
1000051
1888 ... 1919
1000024
1024 ... 1055
1000052
1920 ... 1951
1000025
1056 ... 1087
1000053
1952 ... 1983
1000026
1088 ... 1119
1000054
1984 ... 2015
1000027
1120 ... 1151
1000055
2016 ... 2047
8.16 System Functions
For reasons of compatibility, the system functions are listed below.
In JetSym STX, use the corresponding JetSym STX functions instead of the sys-
tem functions.
System functions
Description
4
Converting BCD to HEX
5
Converting HEX to BCD
20
Square root
21
Sine
22
Cosine
23
Tangent
24
Arc sine
25
Arc cosine
26
Arc tangent
27
Exponential function
28
Natural logarithm
29
Absolute value
30
Separation of digits before and after the decimal point
50
Sorting register values
90
Writing a data file
91
Appending a data file
92
Reading a data file
96
Deleting a data file
System functions
Corresponding JetSym STX function
4
Function Bcd2Hex(Bcd: int): Int;
5
Function Hex2Bcd(Hex: int): Int;
50
Function QSort(DataPtr: Int, ElementCnt: Int, Element-
Size: Int, SortOffset: Int, SortType: STXBASETYPE,
SortMode: QSORTMODE): Int;