Hi Mark,
Thanks for the introduction document, I'll defiantly look into it.
My professor created a div.asm file where we compute division of R0 and R1 in result it into R2.
He rearranged the tools(Added a new altered Compiler.jar and Hack.jar) so we can include the left bit shift operators (<) to use for Mult.asm file. He says "for multiplication: using shift bit & add,
for division: using subtraction"