5.3.8 .pbyte expr1[, ..., exprn]
Note: On dsPIC33A architectures this directive is equivalent to
.byte
.Assembles one or more successive bytes in the current section. This directive will allow you to create data in the upper byte of program memory.
This directive is only allowed in a code section. If not in a code section, a warning is generated and the rest of the line is ignored.