smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

Shorten dejitter code #24

Open miracoli opened 3 years ago

miracoli commented 3 years ago

Loads the address of the NOP slide directly instead of using call/pop. Let the compiler choose the register for jitter variable which maybe leads to better register reuse in the whole ISR and therefore less push/pops