A single precision IEEE 754 number is stored in memory at address X. Write a sequence of ARM instructions to multiply the number at X by 16 and store the result back at X.
You must accomplish this without using any floating-point instructions (you may ignore overflow or underflow).