LoadTest

Test load of an executable file

long LoadTest (
        char *name,
        struct EXEC *exec
)

Arguments

name Filename
exec Pointer to an executable file structure for storing the result

Return Value

The execution start address is returned if the function is successful.
0 is returned in all other cases.

Explanation

The information contained in the executable file specified by name is written to the structure pointed to by exec.

See Also

EXEC, Load()