Please submit .ASM file here Task 3.5: Basic Looping Display sets of "*" based on the user's integer input (0-9). Exampl
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Please submit .ASM file here Task 3.5: Basic Looping Display sets of "*" based on the user's integer input (0-9). Exampl
Please submit .ASM file here Task 3.7: Looping and Array Modify the Looping and Array sample code to add the following functionality: 1. Allow user to enter a number (0-9) 2. Display if the input is found in the TABLE. "ITEM FOUND" 3. Otherwise, display "ITEM NOT FOUND" Example: Enter a number: 3 ITEM FOUND Enter a number: 7 ITEM NOT FOUND NOTE: TABLE contains the same data as the example TABLE DB 01H,02H,03H,04H,05H