I'm not very experienced in asm x8086 for DOSBox, and I'm programming a connect4 game. I've made all the code and it works. I want to implement a "timer" so that each player has 20 seconds to decide their move, if this time happens then the move is made randomly by the program.
I know I have to use RTC but I don't have any idea on how to program this. How can I do it?
Thanks in advice :D I need it as soon as possible as it is for my university.