Using the flat assembler (fasm), write an x86 assembly program that outputs four random numbers from 1-10 with no duplic
Posted: Sun Jul 10, 2022 11:23 am
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! (Ctrl)