If you like the little 8-pin packages you might consider switching to a more up-to-date device... something like the 16F18313 (8-pin) or it's slightly larger brother 16F18323 (14-pin). You'll get more of just about everything, and since the 12F675 is ancient, the 16F18313 is cheaper as well.
Of course, with the way IC stock is these days trying to actually get a chip is a real challenge!
Both of those are supported by MPASM and PIC-AS.
I only mention MPASM since PIC-AS is still new and you might run into issues trying to follow any tutorials or example code. PIC-AS was originally the back-end assembler of the XC8 C compiler, and as such it was never really intended as a standalone tool. It's slowly getting better, but as with all Microchip tools it still needs some work IMHO.