Question: 1. (8 points) Given an array of unsigned numbers called Values defined in ROM using assembler directive DB, write a program that will find the
1. (8 points) Given an array of unsigned numbers called "Values" defined in ROM using assembler directive "DB", write a program that will find the number of values that are greater than 10010 (100 decimal). Your program should store the result in RAM location 30H. Assume the number of elements in array "Values" is 200. Be sure to show a psuedo code or a flow chart of your algorithm and include comments in your assembly code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
