Question: Without using MUL instruction, give instructions that multiply register R4 by: R4 = R4 * 16384 (one command) ; R4 = R4 * 257 (one
Without using MUL instruction, give instructions that multiply register R4 by: R4 = R4 * 16384 (one command) ; R4 = R4 * 257 (one command) ; R4 = R4 * 255 (one command) ; R4 = R4 * 18 (two command) ; R4 = R4 * 135 (two commands) - Do not use any other register(s) - Convert your hexadecimal results in R4 to decimal ; - Your commands should work for any number in R4.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
