Re: Re: Re: Bez tytułu

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

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

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

odpowiedzi na Re: Re: Re: Bez tytułu rss

Tytuł Autor Język Dodano
Re: Re: Re: Re: Bez tytułu Sloppy Motmot arm 3 lata temu.

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

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

captcha