When verifying a program, the TABLE READ POST INCREMENT automatically increments the Table Pointer to the next byte address to be read.
Question: This command increments TablePointer Low. When this command is repeated until the increment reaches 256, does the TablePointerLow roll-over back to 0 and a carry propagate to increment TablePointer High?
Thanks in advance for your help, the Programming Specsheet is not clear about this.