Re: Re: Re: Bez tytułu

z Bistre Ostrich, 3 lata temu, napisane w ARM Assembler, wyświetlone 348 razy. Ta wklejka jest odpowiedzią na Re: Re: Bez tytułu z Round Mousedeer - Pokaż różnice
URL https://pastebin.k4be.pl/view/7d7c30b0 Udostępnij
Pobierz wklejkę lub Pokaż surowy tekst
  1. uint16_t tab[];
  2.  
  3. void f(void) {
  4.         uint16_t y;
  5.         uint16_t *x;
  6.         uint8_t *a, *b;
  7.        
  8.  
  9.         x = tab;  
  10.        
  11.         while(*x) {    
  12.                 a = x[1];  
  13.                 b = &x[2];  
  14.                
  15.                 x = 0;    
  16.                 for(y = *x; y > 0; y--) {
  17.                         a[x] = b[x];
  18.                         x++;
  19.                 }      
  20.                
  21.                 x += b;  
  22.         }      
  23. }

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