Difference between revisions of "Unit GlobalStrings"

From Ultibo.org
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
----
 
----
  
''To be documented''
+
'''Ultibo Global String Definitions unit'''
  
 
=== Constants ===
 
=== Constants ===
Line 12: Line 12:
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
<div style="font-size: 14px; padding-left: 12px;">'''Exception Strings''' <code> STRING_* </code></div>
+
<div style="font-size: 14px; padding-left: 12px;">'''Exception strings''' <code> STRING_* </code></div>
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
|-
 
|-
 
| <code>STRING_DATA_ABORT = 'Data abort';</code>
 
| <code>STRING_DATA_ABORT = 'Data abort';</code>
| &nbsp;
+
| style="width: 50%;"|&nbsp;
 
|-
 
|-
 
| <code>STRING_PREFETCH_ABORT = 'Prefetch abort';</code>
 
| <code>STRING_PREFETCH_ABORT = 'Prefetch abort';</code>

Latest revision as of 04:34, 31 August 2021

Return to Unit Reference


Description


Ultibo Global String Definitions unit

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