maark6000
Member level 5
- Joined
- Jan 15, 2013
- Messages
- 92
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 2,270
I'm working out of a book written in 2008... and apparently there have been some changes in MPLAB X. When I use the command:
include p16f84a.inc
the program build fails due to the fact that none of the subsequent SFRs have been equated.
I know most of you work in C, but I'm still trudging along in assembler. I am using the right compiler, and the p16f84a file is in the mpasmx folder. Does anybody know the correct protocol for getting this to work now in X?
Thanks.
include p16f84a.inc
the program build fails due to the fact that none of the subsequent SFRs have been equated.
I know most of you work in C, but I'm still trudging along in assembler. I am using the right compiler, and the p16f84a file is in the mpasmx folder. Does anybody know the correct protocol for getting this to work now in X?
Thanks.