Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 20 (&14) |
R1 | Module number, or 0 to start |
R2 | ROM section |
Exit | |
---|---|
R0 | Preserved |
R1 | Module number of found module +1 |
R2 | ROM section |
R3 | Pointer to module name |
R4 | Status |
R5 | Chunk number of expansion card module |
R6 | BCD version number |
The purpose of this call is to enumerate ROM modules with version.
This call returns information on one module that is currently in ROM along with its status. The module found is the given number of modules on from start of the given ROM section. If there are insufficient modules in the ROM section then the search continues with the next section; so the fifth module in a four module section would in fact be the first module of the next section. The ROM sections are scanned in order. The values in R0-R2 are the correct ones to use this call to enumerate the next module; hence repeated calls will give a full enumeration of all ROM modules.
OS_Module 19 is provides the same functionality, with the exception that it does not return the version information (in R6).