Oh, sorry, I meant that generating assembly source code in a mechanical fashion is something for which I'd turn to using Python for on a desktop or laptop computer. Because I'm familiar with the language and use it quite a bit, and although it would complicate the build steps, the generated code could be regenerated with ease. I know of MicroPython, and it has a port to 16-bit PICs, such as dsPIC33, but I've not tried it myself on PICs. I've used it on ESP32, ESP8266, STM32, and Teensy. https://github.com/micropython/micropython/tree/master/ports/pic16bit You say "microbits". micro:bit is a BBC educational device, with a Nordic nRF51822 and Freescale KL26Z. It can also run MicroPython. On Mon, May 20, 2019 at 05:06:25PM -0500, Michael Johnston wrote: > Hi James, Is there a python compiler for the PIC processors out there?I > haven't done a search but I seen some tid bits here and there about > smothing called microbits but really haven't had time to take a look! > Thank You > Michael Johnston >=20 > On Mon, May 20, 2019 at 4:36 PM James Cameron wrote: >=20 > > Writing some Python to generate the source code would be my > > preference, if I needed this. > > > > On Mon, May 20, 2019 at 12:32:27PM +0100, David C Brown wrote: > > > This is an extreme example of trading off code space for execution ti= me > > > It occupies 1280 locations and executes in 9 cycles > > > > -- > > James Cameron > > http://quozl.netrek.org/ > > -- > > http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive > > View/change your membership options at > > http://mailman.mit.edu/mailman/listinfo/piclist > > > --=20 > http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist --=20 James Cameron http://quozl.netrek.org/ --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .