Hello everyone. I'm making some C code for a little demo I've begin. During the intro I want to make a "RUN" follow by a square who will be white and black during some time. But when I try this code (I'm in hires mode): curset(18,10,3); hchar(0x52,0,1);//R curset(18+7,10,3); hchar(0x55,0,1);//U curs...