Problem
1. Write an assembly program to count the number of odd elements in an array of n 16-bit integers. The array is stored in program memory starting from the label arr-x.
2. Write a PIC18 assembly program to count the number of elements in an array that are greater than 20. The array consists of n 8-bit numbers and is stored in program memory starting from the label arr-y.