...microprocessor)? i need to design an instruction to count interactively from 0 to X(number entered by user). At the count of X, the counter should reset itself to 0 and repeat the sequence continuously. i already made the count repeat it once, but it doesn't work for the next repetition (meaning: for example, I entered the X = 3, it repeat the number until 3 for the first repetition then it repeat again from 0 until infinity). I really need help on this. thanks =)