Walasavage@aol.com wrote: > How do I copy a string (X1? ) to _ioprompt? I just can't figure it out. > Please include the hex codes in the reply. BTW, Josh, what is ldir? > > Stephen Walasavage ld hl,str ld de,_ioprompt call _mov10b ;cd427b, if your string is more than 10 bytes, call it twice str: .db "X1?",0