.include "m8def.inc" .def temp = r16 .equ clock = 8000000 .equ twi_bit_rate = 32 .equ SCL_FREQ = clock/(16 + (2*twi_bit_rate*(4^0))) rjmp Init .org 0x011 rjmp twi_interrupt Init: ldi temp,low(ramend) out spl,temp ldi temp,high(ramend) out sph,temp ser temp out ddrb,temp out ddrc,temp out portb,temp ldi temp,(1<