Difference between revisions of "Unit GlobalStrings"

From Ultibo.org
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
----
 
----
  
''To be documented''
+
'''Ultibo Global String Definitions unit'''
  
 
=== Constants ===
 
=== Constants ===

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