.include "m8def.inc" .def Temp=r18 RESET: ldi Temp,0b11111111 out DDRB,Temp START: rcall init ldi Temp,0b01010101 INIT: ret