[A89] Re: Determine Variable Type
[Prev][Next][Index][Thread]
[A89] Re: Determine Variable Type
Okay, thanks! So this is what I got:
// start cut 'n paste
HANDLE handle;
short eTag = 0;
short *eTagPtr = &eTag;
ESI expressionTagPtr;
.
.
.
handle = HS_popEStack ();
expressionTagPtr = HToESI(handle);
// end code cut and paste
ExpressionTagPtr should now point to the tag that
tells what the variable is. TEXT_TAG, ASM_TAG, . . .
right? Now how do I determine what the tag actually
reads? I tried to use estack_to_short but that didn't
work.
Thanks! Rick
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
References: