ld hl,_textShadow ld b,10 xor_screen: ld a,' ' xor (hl) ld (hl),a djnz xor_screen > What is the simplest way to xor 10 consecutive spaces on the home screen in a MirageOS program?