
1. T3H Overview
Instruction execution speed (continued)
FUN | Name  | Symbol  | Execution  | 
No.  | 
  | 
  | time (∝ s)  | 
171  | Deviation square  | PID2 | 25.28  | 
  | PID | 
  | 
  | 
172  | Sine function  | SIN | 14.94  | 
173  | Cosine function  | COS | 15.44  | 
174  | Tangent function  | TAN | 4.24  | 
175  | ASIN | 4.64  | |
176  | ACOS | 5.04  | |
177  | ATAN | 192.28  | |
178  | Exponential function  | EXP | 169.28  | 
179  | Logarithm  | LOG | 217.28  | 
180  | Absolute value  | ABS  | 3.76  | 
181  | DABS | 4.32  | |
  | absolute value  | 
  | 
  | 
182  | 2’s complement  | NEG | 3.6  | 
183  | DNEG | 4.68  | |
  | complement  | 
  | 
  | 
184  | DW  | 4.12  | |
  | conversion  | 
  | 
  | 
185  | 7SEG | 3.76  | |
186  | ASCII conversion  | ASC | 9.29  | 
  | 
  | 
  | +0.33n  | 
188  | Binary conversion  | BIN | 13.86  | 
189  | DBIN | 32.58  | |
  | conversion  | 
  | 
  | 
190  | BCD conversion  | BCD | 13.86  | 
191  | DBCD | 13.52  | |
  | conversion  | 
  | 
  | 
192  | BCD addition  | B+  | 25.26  | 
193  | BCD subtraction  | B−  | 25.26  | 
194  | BCD multiplication  | B∗  | 39.66  | 
195  | BCD division  | B/  | 34.86  | 
196  | DB+ | 48.86  | |
  | addition  | 
  | 
  | 
197  | DB−  | 46.86  | |
  | subtraction  | 
  | 
  | 
198  | DB∗  | 106.88  | |
  | multiplication  | 
  | 
  | 
199  | DB/  | 86.12  | |
  | division  | 
  | 
  | 
200  | BCD addition with  | B+C  | 25.92  | 
  | carry  | 
  | 
  | 
201  | BCD subtraction  | B− C  | 26.12  | 
  | with carry  | 
  | 
  | 
202  | DB+C | 47.32  | |
  | addition with carry  | 
  | 
  | 
FUN | Name  | Symbol  | Execution  | 
No.  | 
  | 
  | time (∝ s)  | 
203  | DB− C  | 48.12  | |
  | subtraction with  | 
  | 
  | 
  | carry  | 
  | 
  | 
204  | Floating point  | FLT | 5.03  | 
  | conversion  | 
  | 
  | 
205  | Fixed point  | FIX | 5.03  | 
  | conversion  | 
  | 
  | 
206  | Floating point  | FABS | 4.5  | 
  | absolute value  | 
  | 
  | 
207  | Floating point sign  | FNEG | 4.68  | 
  | inversion  | 
  | 
  | 
208  | Floating point  | F+  | 14.44  | 
  | addition  | 
  | 
  | 
209  | Floating point  | F−  | 14.82  | 
  | subtraction  | 
  | 
  | 
210  | Floating point  | F∗  | 12.08  | 
  | multiplication  | 
  | 
  | 
211  | Floating point  | F/  | 12.06  | 
  | division  | 
  | 
  | 
212  | Floating point  | F>  | 7.2  | 
  | greater than  | 
  | 
  | 
213  | Floating point  | F>=  | 7.2  | 
  | greater than or  | 
  | 
  | 
  | equal  | 
  | 
  | 
214  | Floating point equal  | F=  | 6.31  | 
215  | Floating point not  | F<>  | 6.31  | 
  | equal  | 
  | 
  | 
216  | Floating point less  | F<  | 7.22  | 
  | than  | 
  | 
  | 
217  | Floating point less  | F<=  | 7.18  | 
  | than or equal  | 
  | 
  | 
218  | Floating point upper  | FUL | 8.46  | 
  | limit  | 
  | 
  | 
219  | Floating point lower  | FLL | 8.5  | 
  | limit  | 
  | 
  | 
220  | Floating point dead  | FDB | 20.68  | 
  | band  | 
  | 
  | 
221  | Floating point  | FRT | 54.3  | 
  | square root  | 
  | 
  | 
222  | Floating point PID  | FPID | 201.98  | 
223  | Floating point  | FPID2 | 217.48  | 
  | deviation square  | 
  | 
  | 
  | PID | 
  | 
  | 
224  | Floating point sine  | FSIN | 129.08  | 
225  | Floating point  | FCOS | 148.48  | 
  | cosine  | 
  | 
  |