I want two registers to be combined as one unit. I am learning new multiplication by adding and shifting. So is this a wrong way to do?
1stmul:
set 0x04ee67b7, %l1 !multiplicand
set 0x072e8b8c, %l2 !multiplier
clr %l0 !product
addx %l0, %l2, %l2 !combining two units?