|
Functions
Information regarding the use of functions in DASM
FunctionsFunctions in DASM are interpreted through the Parser and denoted by a leading $. This allows values to be returned into expressions such as current line number, the name of the current file, as well as other mathematical functions such as $sin() and $cos(). Naming RulesAll function names must adhere to the following rules:
|
Sign in to add a comment