Part 1: Prompts the user for integer input a dozen times
Part 2: Stores these inputs in an array
Part 3: Displays the stored array values on the screen using WriteInt (not DumpRegs).
In your submission, please embed the full program (.lst file) and one screen shot with at least one positive and one negative input value.
Use the subsequent:
.data
Prompt1 BYTE "Please input a value:", 0
Autumn WORD 12 DUP(?)
PLEASE make sure it compiles successfully to receive full credit. Thank you so much for your help.