-
Assembly Version
05/01/2021 at 07:47 • 0 commentsNew assembly version of the PIC16F145X bootloader has been uploaded to github. Reduces the size to less than 0x800 words. The other microcontrollers will follow soon hopefully.
-
New Assembly Version
07/22/2020 at 07:10 • 2 commentsAbout 70% done writing a version for PIC16F145X in assembly. Will be much smaller in size! I've had a request to make it small enough (under 0x7DB words) so that the first user instruction (user program starts) falls within the first program memory page. This is a requirement so that Great Cow BASIC compiled firmware will work with it. Practically an impossible task written in C. Hopefully won't take too long... If it's easy enough, I might adapt the assembly code to work with the other processors too.
-
Code on GitHub
06/28/2020 at 11:59 • 0 commentsOpen sourced the project on GitHub.