I tried this routine I partialy made but all I get is a blank screen. No text appears. What am I doing wrong? ld a,96 DELAY: halt djnz DELAY DISP: ld hl,53 ld (penrow),hl ld (pencol),a ld hl,ONIT call _vputs dec a cp 0 jr z,FIN ld b,70 jr DELAY ONIT: .db "**Under Development**",0