Difference between revisions of "Unit GlobalStrings"
From Ultibo.org
Line 17: | Line 17: | ||
|- | |- | ||
| <code>STRING_DATA_ABORT = 'Data abort';</code> | | <code>STRING_DATA_ABORT = 'Data abort';</code> | ||
− | | | + | | style="width: 50%;"| |
|- | |- | ||
| <code>STRING_PREFETCH_ABORT = 'Prefetch abort';</code> | | <code>STRING_PREFETCH_ABORT = 'Prefetch abort';</code> |
Revision as of 05:32, 23 November 2016
Return to Unit Reference
Description
To be documented
Constants
Exception Strings
STRING_*
STRING_DATA_ABORT = 'Data abort';
|
|
STRING_PREFETCH_ABORT = 'Prefetch abort';
|
|
STRING_UNDEFINED_INSTRUCTION = 'Undefined Instruction';
|
Type definitions
None defined
Public variables
None defined
Function declarations
None defined
Return to Unit Reference