PADDR and PAOR registers are FFh which means you have configured all your ports as Push-pull output. If you want to use PA0 as an Interrupt then you should configure these registers as PADDR=FEh and PAOR=FFh.
I also noticed a problem in your main.asm you have referred to PADDR this is the data direction register. I am sure you want to turn the Port pin high in that case you should access the data register, PADR
[ This message was edited by: Ansh on 12-08-2004 17:33 ]