السلام عليكم ورحمة الله وبركاته
شباب مين يساعدني بحل الهوم ورك ؟؟
طبعا كله بلغة ال Assembly
HW2
Multiply a 32 bit number stored in ax, dx by 7 using logical shift instructions then
write the same program using MUL
HW3
Having an array of 20 numbers write a program that can find the number of odd and even numbers in the
array and print them on separate lines the data size in byte
HW 4
Write a program that can enter 10 student’s average each 2 digits and display the object average use loop
for the input procedure
HW5
Write a program that performs the followings:
Reads a one digit decimal number from the keyboard and make a display resembles the following (e.g.
assuming the input number is 7):
7
76
765
7654
76543
765432
7654321
76543210
HW6
Write a program that can read the first and last name to one student and then prints a welcome massage
with his name in it
Input: Abdalrahman alsayed
Output Hello Abdalrahman to Micro 1
Hint use
Str1 as “hello”,”$”
Str2 to store the first name
Str3 as “to Micro 1”,”$”