Does anybody know how to turn off overflow errors for C. I want to figure out if I can create an 8-bit counter that can loop around itself without using conditionals.
@rommix0 I've never had overflow errors working in C. So I've had both intentional and unintentional wraparounds. Hahaha.
@daygar Nice. That's good to know.