tsoding / pinpog

Ping-Pong-like game in Assembly that works without OS
MIT License
571 stars 36 forks source link

draw_frame should be the only timer handler #29

Closed rexim closed 5 years ago

rexim commented 5 years ago

introduced in #28 That will make it easier to initialize all of the regs and flags at the beginning of the frame and don't care about them in any other subroutines.