Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 15 |
R1 | 0 to start enumeration |
Else value from previous call to continue enumeration |
Exit | |
---|---|
R1 | Pointer to entry data, or 0 if no more entries found |
R2 | Entry tag ID (corrupt if R1 == 0) |
R3 | Entry size (corrupt if R1 == 0) |
All other registers preserved |
This call can be used to enumerate the data items which are present in the “extended ROM footer” which is present in most modern versions of RISC OS 5.
The contents of the ROM footer is generally only of interest to low-level system components. No guarantees are made as to what tags will be available on any given system. To allow for the possibility of tag IDs or tag content to be changed in future versions of the OS, the use of this SWI by user software is discouraged.
This call was introduced in RISC OS 5.23.