Step
up to the plate.
Problem 1What
value does this function return?
#define MASK 3
int func(void) {
int i = 1;
return (i & MASK + i);
}
ANSWER

Problem 2Whats
another way of producing the same execution timing as:
NOP
NOP
in a PIC processor, while decreasing
the code space necessary by 1?
ANSWER 
3-00
|