Quandary
08-21-2002, 11:02 AM
Hey all, a couple questions:
I have 4 bytes in EAX that I need to access individually. I know I can get to two of the bytes via AH and AL, but I would like to know if I could get to the last two bytes without having to do a SHR EAX, 16.
If your response is based on what exactly I'm trying to accomplish, PM me and I'll tell you more about what I'm trying to do.
Thanks in advance for any help,
- Quandary
I have 4 bytes in EAX that I need to access individually. I know I can get to two of the bytes via AH and AL, but I would like to know if I could get to the last two bytes without having to do a SHR EAX, 16.
If your response is based on what exactly I'm trying to accomplish, PM me and I'll tell you more about what I'm trying to do.
Thanks in advance for any help,
- Quandary