One could simulate
jr nc, target
by
push hl
push af
ld hl, #tlbl
addc hl, hl
rr hl
pop af
push af
ld hl, #tlbl
addc hl, hl
rr hl
pop af
push af
ld hl, #tlbl
addc hl, hl
rr hl
pop af
push af
ld hl, #tlbl
addc hl, hl
rr hl
pop af
jp (hl)
tlbl:
pop hl
jp target
pop hl
but that doesn't look very efficient. Maybe it makes more sense to instead just configure the Rabbit 2000 with one more wait state than the memory requires.