In a message dated 98-09-23 17:32:18 EDT, you write: > How would I clear only part of Graph_mem? I need to clear the first 8 > pixels in every line. > Sam very simple. just do a 62 count loop that clears the byte pointed to by hl (which will start out as GRAPH_MEM), and then add 12 to hl ~AdammAN