Hello friends
Recently I updated to version 3.15 and the ReadCode and Writecode commands started to accept only word-type variables as memory content,
and no longer accept byte types. Generating a bug in my online firmware update bootloader.I fixed the bug and ok.
I would like to know how I reach addresses above FFFF using readcode and writecode if the parameters of these memory addressing functions
are of the word type. I intend to upgrade my microcontroller to pic18f47k40, currently I use pic18f46k22 (64k flash memory).

thanks