Hi, to the great PIC assembly language programmers out there, i need some help with assembly language.
Consider the following code:
POINTER equ 0x23 ;so POINTER is pointing to location 0x23
can I get POINTER to point to the next location (i.e. 0x24)?
TIA!