Would this select the second of a string? ld hl,20*256+30 ld (pencol),hl ld hl,STRING+2 call _vputs STRING: .db "line one",0 .db "line two",0 If not is there a way to do this?