; port functions GIO_PORT_INIT: ; port b 0-2 -> output ldi tmp1,0x06 out DDRB,tmp1 ; zero outputs ldi tmp1,0x00 out PORTB,tmp1 ret