Tito Hinostroza
Tito Hinostroza
Hi. I think it's easy to add support to 2 config word. Just need to define the syntax and implement it. Let me check. I don't have a special list....
PICS 16F1825 and 16F1829 are part of the new Enhanced Mid-Range Core 16F. They have a very different architecture from the classic 16F PICs. PicPas has not support to this...
There are a lot of differences on working with the Enhanced architecture. First of all PicPas is not only a compiler/IDE, it's a simulator too, and it's all integrated. What...
Defining new devices can be done in compilation time, including the definition in the source file. Just check the README.md file, in the description of the directives $SET_STATE_RAM, $SET_MAPPED_RAM, $CLEAR_STATE_RAM:...
Good. That's is exactly how new devices must be defined in compilation time. Using directives and putting all of them in a separated unit. In this case it's not necessary...
Good. I will commit and review. Now all Mid-range models will be covered by PicPas. Thanks.
OK. I'm going to create a new branch to define the folder "/devices" in order to avoid compatibility problems. I will be the 0.8.5 version. I' going to include new...
> I think PicPas would be even more attractive if it was supporting them, don't you think ? Definitely. It's just not implemented by now. > How about doing the...
> On my side I have added device units for PIC baseline models (all models existing at this time): #44 Good. But It won't work. Doing: ``` {$SET PIC_MODEL =...
> And, since you are asking my opinion ;), I take this opportunity to raise another point : I have been trying to read the source code (because I would...