Enumerates dynamic areas
=> R0 = 3
R1 = area number, -1 to start
<= R1 = next area number, or -1 for no more
This call enumerates dynamic areas. This allows an application to find out what dynamic areas are defined. -1 is passed on entry to start the enumeration; the call is then repeated until -1 is returned on exit, which indicates the the enumeration has finished.
|
|
|