If ADRESH & ADRESL are consecutive SFR... then you could use
But I doubt ADRESL/ADRESH are consecutive in many PIC.Code:@ADRESULT = ADRESL ADRESULT VAR WORD EXT MyArray VAR WORD [8] Start: MyArray[0] = ADRESULT
If ADRESH & ADRESL are consecutive SFR... then you could use
But I doubt ADRESL/ADRESH are consecutive in many PIC.Code:@ADRESULT = ADRESL ADRESULT VAR WORD EXT MyArray VAR WORD [8] Start: MyArray[0] = ADRESULT
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks