i always worked with C so these first days with assembly are quite complicated for me, sorry for my stupid question. I've started some small assembly projects with MplabX and i don't understand if there is some big differences between this code:
rst code 0x00
and this one:
org 0x00
I think that they bot sets the address at 0x00 but I don't understand if i need to start my program with org instead of code.
thank you very much for your patience. bye