I've got some 12F609. I'll give them a try and see if the dual switch program works any better.

I have a question about the next phase of my project. I'd like to have multiple relay/LED combos, each controlled by either a single 10F202 or each pair controlled by a 12Fxxx. But have them all controlled by a 16C (probably) master chip. So that lets say I have relay/LED 1, 2, 5, 7, and 8 turned on. I then press a program button and it remembers 1,2,5,7 and 8.

What command would work best for something like that? I was thinking read/write array? Is there something that would work better? Does anyone know of any good example programs that will help me learn how to to something like this?