EEE-416 Experiment-3 Lab Task (1) Consider A Number 32h in AX. Reverse Its Bit Pattern and Count The Number of 1s.
EEE-416 Experiment-3 Lab Task (1) Consider A Number 32h in AX. Reverse Its Bit Pattern and Count The Number of 1s.
Experiment-3
Lab Task
(1) Consider a number 32h in AX. Reverse its bit pattern and count the number of 1s.
(2) Write a code to compute the Factorial of the number put in AX, without using MUL command.
Put the result in AX. [Hints: Nested loop]