I am into heavy kernal tweaking at the moment, and i am in the situation now that i need to waste a single cycle for my asymmetric mirrored Kernal.
I want to insert typical 7 cycle load store combi like
lda blop,x ;4
sta COLUPF1 ;3
into a space that needs 8 cycle to get burnt, so my PF2 gets loadad at the correct cycle later on.
That means, I need kind of a 8 cycle lda/sta instead of the example typical 7 cycle one...
Is there any trick to do that? I encounter these kind of situations a lot while tweaking kernals, would be a big help for me to know a solution to this.














