Assembly language 8086 and Emu8086 to build the project. You should build multiple tasks
to one code that has the following features:
1. Data Collection: you are going to collect your data/array values using your ID and the partners’
IDs by doing this:
a. After running your code, program asks the user about the ID(s) (“Enter your ID?”).
b. Once the user enters the ID (i.e. 1190920), you need to store this ID in array (i.e. ID =
[1,1,9,0,9,2,0]).
c. Then, asks the user if there is another IDs to be entered (“Do you have partners in your
team?”), if he answers YES, you need to repeat (a) and in (b) store the values in the same
array and do this until entering all IDs. Once you answer by NO, you need to show a menu
for the user as in (2).
2. Menu: it should have the following items
a. “(1) DISPLAY”; it shows the values in the array.
b. “(2) COUNTS”; it shows how many values in the array.
c. “(3) SUM”; it shows the sum of all elements in the array.
d. “(4) MEAN”; it shows the average of all elements in the array.
e. “(5) MEDIAN”; it shows the median of all elements in the array.
f. “(6) MAX”; it shows the maximum value in the array.
g. “(7) MIN”; it shows the minimum value in the array.
h. “(8) NEW ID”; it gives ability to add new values to your array.
i. “(9) EXIT”; this option will exit the program.
j. “YOUR CHOICE:”; here, ask the user to enter his option.
Note that, if you choose one and show the results, the menu will come back to the user. The
menu will be closed only when you choose option 9.
3. Processing stage:
Here, you are going to build the code based on the previous options in the menu.
خريجة حاسبات وذكاء اصطناعي انتظر تواصلك لمزيد من التفاصيل لدي خبر في كتابة اكواد assembly سأساعدك في القيام بمشروعك
السلام عليكم انا مهندس حاسوب مختص تحديدا بأمن المعلومات السيبراني وقمت بدراسة المادة وتدريسها وتدريب العديد من الطلبة عليها وقمت بالعمل على العديد من المشاريع و...
السلام عليكم انا مهندس حاسوب وقمت بتدريس المادة لمختلف الطلاب وقمت بالعمل على العديد من المشاريع على المعالج رجاء تواصل معي
.model small .stack 100h .data ID db 1000 dup(?) Array to store the IDs count dw 0 Counter for the number of IDs entered sum dw 0 Variable to store the sum of I...
مرحبا بك عزيزي، يمكنني تسليمك الكود المطلوب مع نفس المهام المذكورة في نفس الوقت، يمكنك التواصل معي وأهلا بك.
تواصل معي اخي لا عندي خبرة كبيرة في ال assembly فانا اتعامل معه منذ سنوات وتعاملت مع هذه المشكلة من قبل بجانب خبرتي الكبيرة في الكومبيوتر و البرمجة فهذا تخصصي م...