I just bought an MPLAB PICKIT4 debugger. There are no instructions or software in the box, not even a web page to find them. Also, I will need an assembler and/or C compiler. Some demo source code would be nice. I've always started a project from existing code, even if it has little to do with the current project. Any advice is appreciated.
BTW, the PIC I picked (ha-ha) is the 18F27Q10.
I should have also said the standalone programming software for the PICKIT 4 is IPE, you should be able to select just that in the MPLABX install options.
Just install MPLABX and XC8 (compiler). Once installed you can generate the config bits and a main.c.
The C compiler does not do any optimisation as it's free. When installing you get the option to start a free trial - decline it. Once your project is complete then start the free trial to optimise your code.
They're not really crippled... the only limitation of free mode is none of the advanced optimizations.
The nonsense you see about them purposely crippling the free compilers is, well, nonsense.
It could be better, but I find O2 quite acceptable in most situations.