Question: Write a full assembly language program that takes an array of 1 0 signed numbers ( The user enter it when the program run )
Write a full assembly language program that takes an array of signed numbers The user enter it when the program runconsists of positive and negative valuesMy Name GEGE, ID You are not allowed to use Stack or Loop Instructions use JMP instead of
Array
The program must count the negative values and print the total sum of the absolute values of the negative numbers. ie: if you have then the program must print count as the total number of negative values and then prints the sum if your answer does not compute correctly due to hex values then write in a comment at the end of the code the correct answer and the corresponding hex value you got on screen ie if you got N on screen then it means that your sum was Eh decimal
The program must count the positive numbers and print the count and positive numbers separated by a comma ie: if you have in the array then you should print them on screen like count values
Print my name and my university ID as two arrays each one on separate lines.
print my university ID as complement valuesUse s complement
The Output must be like this :
#Negative
Sum
#Positive
PositiveNumbers
MyName
MyID
ComplementedID
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
