This might be something that has been asked previously. But since I couldn't find an answer I'll ask it again. :)
I was wondering if there is some way to get IDA to use enumerations when the code as been produced to optimise access to bitfields. I.e. the bitfield is a 32-bit int, but 'test' is sometimes performed on 8-bit components of this dword. It is difficult to use an enum properly in these cases.







