hi so i'm trying to precisely time vga signal (no progress so far) and i can't figure out best way to time it out.
so i had two ideas:
1. use lots of nop // too large for 2k memory
2. use repeat loop:
sbiw xx:yy,1
brne -2 // takes 4-5 cicles to init
// and the loop takes 4 cicles
// so it's not as precise as i need.
maiby i should try both methods at once (;¬_¬)
if anyone has any ideas please tell me.