Question: Q1) Write an assembly program that uses stack instructions to reverse the order of a 4-elements array, define the size of an element as word.
Q1) Write an assembly program that uses stack instructions to reverse the order of a 4-elements array, "define the size of an element as word". Q2) Write an assembly program that will call for a procedure that will calculate the value of 10 to the power 4(104). Save this value in Y, "defined as word". Q3) Write an assembly program that will call for a procedure that will count the number of ones, and the number of zeros in a stream of bits in a TestValue "defined as byte". Save the number of ones in NumberOfones "defined as byte", and the number of zeros in NumberOfzeros "defined as byte". TestValue =11001110B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
