>try this. after the text is already on the video screen, do this: > ld hl,$FC00 ; VIDEO_MEM > ld de,$8641 ; GRAPH_MEM > ld bc,1024 ; 1024 bytes to copy (whole screen) > ldir ; copy it >this should work. however, i never tried it, so tell me if it >doesn't. > >-miklos > unluckily, it is only a very specific area i want to write text to, not the entire screen. -mike mgp4007@omega.uta.edu