In a message dated 98-05-19 22:20:54 EDT, you write: > Invalid code: > ld hl,0 > ld (CURSOR_Y),hl > ld (CURSOR_X),hl > ld hl,Titletxt1 > ROM_CALL(D_ZM_STR) > ld a,19 > ld (CURSOR_Y),a > ld a,Titletxt2 > ROM_CALL(D_ZM_STR) the thing you want to do at the beginning is ld hl, 0 \ ld (CURSOR_POS), hl. that's it ~Adamman