ExpressionFunctions.asm(38) notice: endianness(): little
ExpressionFunctions.asm(40) notice: tostring(191): 191
ExpressionFunctions.asm(41) notice: tohex(191,6): 0000BF
ExpressionFunctions.asm(43) notice: fileexists("file.bin"): 1
ExpressionFunctions.asm(44) notice: fileexists("file.dat"): 0
ExpressionFunctions.asm(45) notice: filesize("file.bin"): 9
ExpressionFunctions.asm(47) notice: readu8("file.bin",2): 000000CC
ExpressionFunctions.asm(48) notice: readu16("file.bin",2): 0000DDCC
ExpressionFunctions.asm(49) notice: readu32("file.bin"): DDCCBBAA
ExpressionFunctions.asm(51) notice: int(3): 3
ExpressionFunctions.asm(52) notice: int(3.7): 3
ExpressionFunctions.asm(53) notice: int(3): 3
ExpressionFunctions.asm(55) notice: float(3.7): 3.700000
ExpressionFunctions.asm(56) notice: float(3): 3.000000
ExpressionFunctions.asm(58) notice: frac(3): 0.000000
ExpressionFunctions.asm(59) notice: frac(3.7): 0.700000
ExpressionFunctions.asm(60) notice: frac((-3.7)): -0.700000
ExpressionFunctions.asm(62) notice: abs(3): 3
ExpressionFunctions.asm(63) notice: abs((-3)): 3
ExpressionFunctions.asm(64) notice: abs(3.7): 3.700000
ExpressionFunctions.asm(65) notice: abs((-3.7)): 3.700000
ExpressionFunctions.asm(70) notice: strlen("teststest"): 9
ExpressionFunctions.asm(71) notice: substr("teststest",0,4): test
ExpressionFunctions.asm(72) notice: find("teststest","test",0): 0
ExpressionFunctions.asm(73) notice: find("teststest","test",1): 5
ExpressionFunctions.asm(74) notice: rfind("teststest","test"): 5
ExpressionFunctions.asm(76) notice: regex_match("teststest","[a-z]+"): 1
ExpressionFunctions.asm(77) notice: regex_match("teststest","[0-9]+"): 0
ExpressionFunctions.asm(78) notice: regex_search("teststest","sts"): 1
ExpressionFunctions.asm(79) notice: regex_extract("test123test","[0-9]+"): 123
ExpressionFunctions.asm(82) notice: defined(label): 1
ExpressionFunctions.asm(83) notice: defined(label1): 0
ExpressionFunctions.asm(85) notice: readascii("file.bin",4,4): test
