Problem Description:
Write an assembly program to read an integer and count the number of ‘1' bits in it's binary representation. Label and print the output.
Required Input:
A single 32-bit signed integer.
Required Output:
Output should look something like the following example.
Enter an integer: 4673 Number of 1's: 4