Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | 12 (&0C) |
R1 | Module number |
R2 | Instance number |
Exit | |
---|---|
R0 | Preserved |
R1 | Updated for next module/instance |
R2 | Updated for next module/instance |
R3 | Pointer to module? |
R4 | Private word (usually pointer to workspace) |
R5 | Pointer to postfix string (the instantiation’s name) |
The purpose of this call is to return information about a module, given its number. This call returns the contents of the private word; if you instead want a pointer to the private word, use OS_Module 22.
If a module is not multiply instantiated, R5 will be returned pointing to the string “Base”.
This is equivalent to the *Modules command.