I've just started using a PIC12F1571, which is only supported with MPLAB X. I'm programming in assembly, and the only file that is included is the p12F1571 file that Microchip provide.
For some reason, MPLAB X adds two RETLW 0x00 lines at the start, which prevents the program from running due to stack underflow.
How do I stop that happening?
For some reason, MPLAB X adds two RETLW 0x00 lines at the start, which prevents the program from running due to stack underflow.
How do I stop that happening?