The PIC16 is an 8-bit target but under the “LLVM IR and Core Improvements” heading it’s called a 16-bit target.
–John
The PIC16 is an 8-bit target but under the “LLVM IR and Core Improvements” heading it’s called a 16-bit target.
–John
I think it uses 16-bit pointers though, right? I clarified in r83815.
Thanks!
-Chris
I’m not sure about the pointer size since I haven’t looked at the PIC16 port that closely (I assume/hope it would be otherwise it would be really inefficient using something larger).