I need a random set of coordinates anywhere on the screen (In 82-assembly). Basically, I need a random number function that will return a number between 1 and 93. It shouldn't be too hard to modify the code to get a number between 1 and 63 after we get the x coordinate. The only random number functions I've seen either don't work, or only work with small values (<15). Any help?