Guest_imported
New member
- Jan 1, 1970
- 0
Oh my god I am such a beginner in this subject and my lecturer stinks!! Can someone please help me with the code for this problem:
Count 1 Bits in a long word
The long word at memory location $400500 contains 32bits.
Count the number of 1 bits and store the result in memory at location $400504.
Place a 4 ASCII character message describing the result in location $400510.
"NONE" -> if NO ones found
"All_" -> if ALL ones found
"ELSE" -> Otherwise.
Thanks
Count 1 Bits in a long word
The long word at memory location $400500 contains 32bits.
Count the number of 1 bits and store the result in memory at location $400504.
Place a 4 ASCII character message describing the result in location $400510.
"NONE" -> if NO ones found
"All_" -> if ALL ones found
"ELSE" -> Otherwise.
Thanks