[A83] Re: Inverting on home screen


[Prev][Next][Index][Thread]

[A83] Re: Inverting on home screen




 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?






Follow-Ups: References: