#include int main () { ddrb = 0xff ; ddrc = 0xff ; ddrd = 0xff ; portb = 0x35 & 0x0f; portc = 0x04 | 0x68; portd = 0x54 ^ 0x78; portb = ~0x55; while(1); return 0; }