68k assembly. Need help with 8-10 questions. These are just a few.

Job ID: 30899944

Budget: $10 – $30 USD

Write a 68K assembly program that counts the number of ones in the 32 bit binary value stored at register D4. Use ROR or ROL to do the counting. The resulted count should be stored at D5.

Convert IEEE single precision floating point number from hex format D1160000 into its decimal format. Please show work

Covert decimal number -873 to a 16 bit word hexadecimal number.
Convert the signed binary number 11011100 into a decimal number
Please show work

Given code segment in c++ write its corresponding 68k assembly