Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 10 (&0A) |
R1 | Pointer to start of module |
Exit | |
---|---|
R0 | Preserved |
R1 | Preserved |
The purpose of this call is to insert a module from memory.
This takes a pointer to a block of memory and links it into the module chain, without moving it. Header fields are checked for validity. All duplicate modules are killed. If it’s successful, then the module is called at its initialisation entry. The word immediately before the module start (ie at address R1-4) must contain the length of the module in bytes.