Browse
 
Tools
Rss Categories

TML functions calling

1 Comparison: CALL vs CALLS TML instructions [II]

There are 2 types of function calls that can be made using TML and TML_Lib as well: CALL and CALLS. - CALL - This instruction is a simple function call. At the execution of the CALL instruction, the TML machine will save the instruction pointer (IP) on the…

2 The delay after each call of TS_CALL and TS_GOTO functions

The "tmlcomm.DLL" adds a delay after each call of TS_CALL and TS_GOTO functions. This functionality is by design. The default value for the delay is 2s. The delay can be adjusted by the user with the RUN_DEAD_TIME parameter set in "kernel.cfg" file. The RUN_DEAD_TIME…