Functions

Description

Contains the custom function map file specification that is passed to the ff12-script.exe when de/compiling .ebp script files.

Format

id:name(argCount)

Examples

0x1100:getVersion(0)
0x1101:memoryPushStack(1)
0x1102:memoryExecute(5)

Notes

The call number can be either decimal, hex or octal (max is 65535, VM Assembly limitation), argument count can be only decimal, max is 8 (internal limitation as well).

Last updated