I now see that you can add more memory up to 512 with chip editor.
Just have to replace 00 locations with FF to allow the compiler the opportunity to use these locations.
I have a FPGA PIC. It looks a lot like a 16F84A. Except it has more memory. It can address up to 512 address locations. Looking at CHIP
EDIT it allows only expansion of ROM Size. I would like to ...
I tried to convert the hex output file using a conversion tool
I downloaded from the KEIL website. The executable file
HEX2BIN errored it said I could not open the file.
I would like to have a main program created that would be used as
boot up program. Then I would like to have separate Code held in
a outside EEPROM location. I want the boot program to go and ac ...