Tahmid
Advanced Member level 6
- Joined
- Jun 17, 2008
- Messages
- 4,764
- Helped
- 1,799
- Reputation
- 3,590
- Reaction score
- 1,662
- Trophy points
- 1,413
- Location
- Berkeley, California
- Activity points
- 30,714
It's better if it's manually converted to C. However, it does depend a lot on how critical timing is and know the timing is. It can still be changed. Maybe if you post the code and it's simple and not too difficult, I can help.
The first step is to change the including header file and changing the processor definition. Then, change the configuration settings. Then, analyze the code to see where which module is used and how the module differs or is the same between the two PICs. In case of ADC, you need to change comparison values as ADC is 8-bit in 16F72 and 10-bit in 16F876.
Hope this helps.
Tahmid.
The first step is to change the including header file and changing the processor definition. Then, change the configuration settings. Then, analyze the code to see where which module is used and how the module differs or is the same between the two PICs. In case of ADC, you need to change comparison values as ADC is 8-bit in 16F72 and 10-bit in 16F876.
Hope this helps.
Tahmid.