– Call Mul from a procedure Create a procedure, and in thatprocedure multiply two numbers together using mul. Then call theprocedure from the main procedure.
– Do bitwise mulitiplication using only shift and add statementsIn your multiplication procedure multiply two numbers not using mulbut by combining a fixed number of shift and add commands. For thispart you only need to be able to handle 8 bit numbers so you don’tneed to use a loop for this part
– Add loop to bitwise multiplication procedure Instead of usinga fixed number of bitwise multipliers, use a loop to run thebitwise multiplication
Expert Answer
An
PayPal Gateway not configured
PayPal Gateway not configured