=> R0 = 22
R1 = module number, or 0 to start
R2 = instance number
<= R1 = next module number
R2 = next instance number
R3 = pointer to module
R4 = pointer to private word
R5 = pointer to postfix string (the instantiation's name)
This SWI returns information about a module and is almost the same as the Extract module info subreason, except that R4 is a pointer to the module's private word rather than the contents of the private word.
|
|
|