Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 3 (reason code) |
R1 | Area number, -1 to start |
Exit | |
---|---|
R0 | Preserved |
R1 | Next area number, or -1 for no more |
The purpose of this call is to enumerate dynamic areas.
This allows an application to find out what dynamic areas are defined.
-1 is passed on entry to start the enumeration process. The call is then repeated until -1 is returned on exit, which confirm the end of the process. This also means that theapplication slot dynamic area cannot be enumerated by this call.