Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SL82
  • Order by date
  1. SL82

    How to access to struct member?

    Please help me. I need to know how can I access to struct member if I know only struct address. For example, something like this: STRUC MY_STRUCT x dd ? y dd ? ENDS MY_STRUCT ... pop edi ; edi directs to variable of type MY_STRUCT add edi, offset MY_STRUCT.y Last string don't want to be...

Part and Inventory Search

Back
Top