Yes, I am using your shadow method, but it only works with adding pauses this way:

PORTC.0 = 1
PAUSE 10
PORTC.1 = 1
PAUSE 10
PORTC.2 = 1
PAUSE 10
PORTC.3 = 1

If I remove the pauses, then the thing does not work...

Thank you very much again.