Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Objective Your objective for this project is to implement a randomized counter in Assembly. A 4-digit SSD should be connected that will display your ID (last 4 digits) when your code is not counting (idle state). When an external button is pressed, it will generate a 4-digit random number, and start counting down to 0. The generated random numbe…

Notifications You must be signed in to change notification settings

xagehvx/Randomized-Counter

Repository files navigation

Randomized-Counter

Objective Your objective for this project is to implement a randomized counter in Assembly. A 4-digit SSD should be connected that will display your ID (last 4 digits) when your code is not counting (idle state). When an external button is pressed, it will generate a 4-digit random number, and start counting down to 0. The generated random number should be between 1000 - 9999. When the counter reaches 0, the number 0000 should be displayed for a second, then the code should go back to idle state waiting for the next button press. Pressing the button while counting down should pause counting, and pressing again should resume counting.

About

Objective Your objective for this project is to implement a randomized counter in Assembly. A 4-digit SSD should be connected that will display your ID (last 4 digits) when your code is not counting (idle state). When an external button is pressed, it will generate a 4-digit random number, and start counting down to 0. The generated random numbe…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published