Files
raspberrypi/learnasmfromc/test.c
2014-02-25 03:06:09 -05:00

6 lines
68 B
C

unsigned int fun ( unsigned int *a )
{
return(a[0]+a[11]+8);
}