﻿ExpressionFunctions.asm(37) notice: endianness(): little
ExpressionFunctions.asm(39) notice: tostring(191): 191
ExpressionFunctions.asm(40) notice: tohex(191,6): 0000BF
ExpressionFunctions.asm(42) notice: fileexists("file.bin"): 1
ExpressionFunctions.asm(43) notice: fileexists("file.dat"): 0
ExpressionFunctions.asm(44) notice: filesize("file.bin"): 19
ExpressionFunctions.asm(46) notice: readu8("file.bin",2): 00000000000000CC
ExpressionFunctions.asm(47) notice: readu16("file.bin",2): 000000000000DDCC
ExpressionFunctions.asm(48) notice: readu32("file.bin"): 00000000DDCCBBAA
ExpressionFunctions.asm(49) notice: reads8("file.bin",2): FFFFFFFFFFFFFFCC
ExpressionFunctions.asm(50) notice: reads16("file.bin",2): FFFFFFFFFFFFDDCC
ExpressionFunctions.asm(51) notice: reads32("file.bin"): FFFFFFFFDDCCBBAA
ExpressionFunctions.asm(53) notice: int(3): 3
ExpressionFunctions.asm(54) notice: int(3.7): 3
ExpressionFunctions.asm(55) notice: int(3): 3
ExpressionFunctions.asm(57) notice: float(3.7): 3.7000000000000002
ExpressionFunctions.asm(58) notice: float(3): 3.0000000000000000
ExpressionFunctions.asm(61) notice: frac(3.7): 0.70000000000000018
ExpressionFunctions.asm(62) notice: frac((-3.7)): -0.70000000000000018
ExpressionFunctions.asm(64) notice: abs(3): 3
ExpressionFunctions.asm(65) notice: abs((-3)): 3
ExpressionFunctions.asm(66) notice: abs(3.7): 3.7000000000000002
ExpressionFunctions.asm(67) notice: abs((-3.7)): 3.7000000000000002
ExpressionFunctions.asm(72) notice: strlen("teststest"): 9
ExpressionFunctions.asm(73) notice: substr("teststest",0,4): test
ExpressionFunctions.asm(74) notice: find("teststest","test",0): 0
ExpressionFunctions.asm(75) notice: find("teststest","test",1): 5
ExpressionFunctions.asm(76) notice: rfind("teststest","test"): 5
ExpressionFunctions.asm(78) notice: regex_match("teststest","[a-z]+"): 1
ExpressionFunctions.asm(79) notice: regex_match("teststest","[0-9]+"): 0
ExpressionFunctions.asm(80) notice: regex_search("teststest","sts"): 1
ExpressionFunctions.asm(81) notice: regex_extract("test123test","[0-9]+"): 123
ExpressionFunctions.asm(84) notice: defined(label): 1
ExpressionFunctions.asm(85) notice: defined(label1): 0
ExpressionFunctions.asm(87) notice: readascii("file.bin",4,4): test
ExpressionFunctions.asm(89) notice: max(1): 1
ExpressionFunctions.asm(90) notice: max(1,2): 2
ExpressionFunctions.asm(91) notice: max(1,2,3): 3
ExpressionFunctions.asm(92) notice: max(1,2.5,4): 4.0000000000000000
ExpressionFunctions.asm(93) notice: min(1): 1
ExpressionFunctions.asm(94) notice: min(1,2): 1
ExpressionFunctions.asm(95) notice: min(1,2,3): 1
ExpressionFunctions.asm(96) notice: min(1,2.5,4): 1.0000000000000000
ExpressionFunctions.asm(97) notice: max((-3),3): 3
ExpressionFunctions.asm(98) notice: min((-3),3): -3
ExpressionFunctions.asm(99) notice: max((-3),3): 3.0000000000000000
ExpressionFunctions.asm(100) notice: min((-3),3): -3.0000000000000000
ExpressionFunctions.asm(102) notice: readascii("file.bin",9): testtest
ExpressionFunctions.asm(103) notice: readascii("file.bin",9,5000): testtest
