PIC 18 ASSEMBLER LISTING Address Opcode Instruction Write a subroutine that counts the number of positive entries in a data table (terminated by 00) . The input to the subroutine is a pointer to the ta
a) Increment the counter if the entry is positive and move to the next entry until reaching 00
b) Compare each entry with 00 and count if positive
c) Check if the table is terminated, then count the positive entries
d) Sum all entries and check if the result is positive

Respuesta :

Otras preguntas