F$FModul

From NitrOS-9
Jump to: navigation, search
Find Module Directory Entry Returns a pointer to the module directory entry
OS9 F$FModul 103F 4E

Entry Conditions

A module type

X pointer to the name string

Y DAT image pointer (for name)

Exit Conditions

A module type

B module revision number

X updated name string (if Register A contains 0 on entry)

U module directory entry pointer

Error Output

CC carry set on error

B error code, if any

Additional Information

  • The Find Module Directory Entry call returns a pointer to the module directory entry for the first module that has a name and type matching the specified name and type. If you pass a module type of zero, the system call finds any module.

krn