Showing changes from revision #0 to #1:
Added | Removed | Changed
The exception dump region is a pointer to a block of memory containing information about the area around the region where an exception occurred last. It has a maximum size, which may be filled, or may be shorter if memory could not be read at the time of the exception.
Region | |
+0 | PC at the time of the exception. If this does not match the exception dump, the data in the block is not valid. |
+4 | Base address of the memory region which follows. |
+8 | Size in bytes of the memory region which follows. |
+12… | Data from the base address |
This interface is implemented on RISC OS Pyromaniac 7.60 and above.