unsigned short data[8] = {0, 0, 0, 0, 0, 0, 0, 0};
for(int i=0;i<8;i++) {
data[i] += 0xff1;
data[i] += 1;
data[0] = 0x7fff;
data[0] += 1;
And so on.
So yea, nothing special.
I agree though that a more interesting example would be nice and I'll try to come up with one even with what it can do now.
unsigned short data[8] = {0, 0, 0, 0, 0, 0, 0, 0};
for(int i=0;i<8;i++) {
}for(int i=0;i<8;i++) {
}data[0] = 0x7fff;
data[0] += 1;
data[0] += 1;
And so on.
So yea, nothing special.