//page no 216 //example no 7.1 //STEPS TO ADD 10 BYTES OF DATA. clc; disp('The micriprocessor needs :'); disp('a counter to count 10 data bytes'); disp('an index or a memory pointer to locate where data bytes are stored'); disp('to transfer data from a memory location to the microprocessor'); disp('to perform addition'); disp('registers for temporary storage of partial answers'); disp('a flag to indicate the completion of the task'); disp('to store or output the result');