AH = 0Ch: Write Graphics Pixel

This function writes a pixel on the screen in graphics video modes. If bit 7 of register AL is set, an exclusive OR (XOR) is performed on the current pixel value in display memory and the bit value given in bit 0 (or bits 0,1 if in low resolution graphics modes) of register AL. If bit 7 is clear, the specified pixel value REPLACES the current one at the given address. The range of valid pixel (x,y) addresses depends on the video mode.