psect    text6,local,class=CODE,delta=1,reloc=2
global _ptr    
_here:
incf _ptr    ; Instruction “incf  _ptr” will increment pointer only by 1, so the incf statement needs to be written twice, to increment pointer by int size (2)
incf _ptr    
RETURN