I have a problem with understanding how division IDIV works in micro assembly notation. I already have a clue how to start but don't know how to finish:
idiv1: MAR = SP = SP-1:rd
idiv2: H=0
idiv3:
That's all I have till now, I think the problem is, how to actually divide 2 numbers without using direct division.