The chip might have 128k, but keep in mind that PicBasic Pro can only address the first 64K of it directly.
Since the table will only use 2K, you should be fine for now.
If the program gets "A LOT" bigger, it's possible to place the table in the upper 64k area, but the readcode would need to be changed to ASM.
But you can worry about that later.
<br>
Bookmarks