-
New Assembly Version
07/22/2020 at 07:10 • 0 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.