delay44: nop jsr :+ : jsr :+ : rts
[SOME CODE HERE] jsr waste44 [SOME CODE HERE] waste44: ;the routine is 9 bytes nop jsr :+ jsr :+ : nop rts
Dealy44: lda #%00010000 sec ror // PAGEBREAK HERE bcc *-1 rts // A exits with #8 and done in 7 bytes.