I'd like to know how to implement the MUL and DIV operators using only AND, OR, XOR, NOT, SHL, SHR, ADD and SUB and without much time consuming looping constructs, of course.
I need this because I'm working on a program that will demonstrate how integers of arbitrary length (64, 128 or even...