Got it;
Since I'm using MPASM needed to change the config line;

Code:
@ __config _INTOSC_OSC_NOCLKOUT & _WDT_OFF & _PWRTE_OFF & _BODEN_OFF & _MCLRE_ON
Also like i said before needed to delete the "LOOP" label also, since its a reserved word.