Note to self: For the next version of my PIC assembler, add a way to explicitly declare constants and register numbers instead of just using equ for both. That way it can warn me when I mix up the WF and LW instructions (debugging nightmare).

#coding #asm #pic