Submit the .asm source code file on Ecampus under the "Submit Homework" menu option.

Using the flat assembler (fasm), write an x86 assembly program that outputs four random numbers from 1-10 with no duplicates.  Next, output a random inspirational quote (out of at least 5).

Example outputs
Here are four distinct (not duplicate) random numbers from 1-10:
8
3
9
1
May the fourth be with you!