I had a test program developed on 12F675 until my samples of 12F1840 arrive.

Now I transferred the exact same code to the 1840 chip and the size of compiled code went from 547 words to 785 words.

I thought maybe the x8 system clock of 1840 could affect code size but when compiled as 4MHz (just as the 12F675) the code went up to 794!!!

It is not critical obviously for my project, just curious why that happens.

Ioannis