How can define a union or a struct,and the member is a sfr register?such as pre union or struct { unsigned long dwData; unsigned char bData[4]; } /pre How can let the bData[4] used the sfr var? Thanks in advanced./