The Irvine32 library

The RandomRange from the Irvine32 library generates a pseudo random integer between 0 andN-1. Your task here is to improve this by generating a random number between M and N-1. Letthe user specify M in EBX and N in EAX.Here is a sample test of this procedure whose...