Hi All!

1. To change the results from a 12 bit A/D from 12 bit to 8 bit, would you simply change SHIFTIN DOUT, CK, MSBPRE, [RESULT\12] to SHIFTIN DOUT, CK, MSBPRE, [RESULT\8] ?

2. When compiling a program where you are not allowed to use CMCON=7 to make all inputs digital and not analog, is this where you would use something like the TRIS command auch as TRISA for the A A/D AND TRISHB for the B A/D and so on?

Thanks, Ed