-2

I am doing my assignment and get stuck at this problem. Please help me. I just can create a random number from 0 to 74 .

1 Answers1

0

Create a random number 0-9 and then add 65

Aducci
  • 26,101
  • 8
  • 63
  • 67
  • in the code of this link , how can I add 65 to (0-9) ? http://stackoverflow.com/questions/8569381/assembly-random-number-within-range-using-easy-68k-68000 – wan.craz Apr 22 '14 at 04:15
  • `ADDQ.W #1, D1` change the #1 to #65 – Luigi Apr 22 '14 at 04:53