RAD Studio
ContentsIndex
PreviousUpNext
Table Of CodeGear C++ Register Pseudovariables

This table lists all pseudovariables.

_AH  
_CL  
_EAX  
_ESP  
_AL  
_CS  
_EBP  
_FLAGS  
_AX  
_CX  
_EBX  
_FS  
_BH  
_DH  
_ECX  
_GS  
_BL  
_DI  
_EDI  
_SI  
_BP  
_DL  
_EDX  
_SP  
_BX  
_DS  
_ES  
_SS  
_CH  
_DX  
_ESI  
 

All but the _FLAGS and _EFLAGS register pseudovariables are associated with the general purpose, segment, address, and special purpose registers. 

Use register pseudovariables anywhere that you can use an integer variable to directly access the corresponding 80x86 register. 

The flags registers contain information about the state of the 80x86 and the results of recent instructions.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!