In this video we will learn how to have time in our game and how the game frames are created.
We will draw 100 frames per second, given the fact that we are drawing a frame every hundreth of second.
You will learn about the Get System Time function of the INT 21h.
INT 21h: http://spike.scu.edu.au/~barry/interr...
You can check the project code here:
https://github.com/programmingdimensi...