mm i doubt you can do
Code:
Write 0, PORTC 'Read Dip Switches on Port C and Store Value in 
'EEPROM Address 0
pause 10
Write 1, PORTD 'Read Dip Switches on Port D and Store Value in
'EEPROM Address 1
what about
Code:
TempVar var byte
'//////////// blah blah blah \\\\\\\\\\\\\\\\
TempVar=PORTC
Write 0, TempVar

TempVar = PORTD
Write 1, TempVar