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>