Re: Re: Re: Re: Bez tytułu

z Sloppy Motmot, 3 lata temu, napisane w ARM Assembler, wyświetlone 334 razy. Ta wklejka jest odpowiedzią na Re: Re: Re: Bez tytułu z Bistre Ostrich - wstecz
URL https://pastebin.k4be.pl/view/3fd0ef24/diff Udostępnij
różnice Re: Re: Re: Bez tytułu i Re: Re: Re: Re: Bez tytułu
uint16_t tab[];

void f(void) {
        uint16_t y;
        uint16_t *x;
        uint16_t tmp;
        uint8_t *a, *b;
        

        x = tab;   
        
        while(*x) {     
                a = x[1];  
                b = &x[2];  
                
                tmp = 0;     
                for(y = *x; y > 0; y--) {
                        a[x] a[tmp] b[x];
                        x++;
b[tmp];
                        tmp++;
                }       
                
                x += b;   
= &b[tmp];
        }       
}

odpowiedź "Re: Re: Re: Re: Bez tytułu"

Tutaj możesz odpowiedzieć na wklejkę z góry

captcha