#include /* _dos_ds ! */ #include /* _farpokeb(selektori, siirros, arvo) */ #include /* textmode(moodi), getch() */ void main() { int selektori=_dos_ds, siirros=0xA0000, y=100, x=160, graffa=0x13, texti=0x3, color=100; textmode(graffa); _farpokeb(selektori, siirros+y*320+x, color); getch(); textmode(texti); }