RegContext (STRUCT)

TYPE RegContext : STRUCT

<category>Register Context</category> <description>

Contains the generic register context of a processor at a specified code execution position

</description>

InOut:

Name

Type

Comment

ulIP

__UXINT

<element name=”IP” type=”IN”>Instruction pointer or program counter</element>

ulBP

__UXINT

<element name=”BP” type=”IN”>Base pointer or frame pointer</element>

ulSP

__UXINT

<element name=”SP” type=”IN”>Stack pointer</element>