Re: What am I doing wrong here? Trying to draw 10 lines, multiple colors



Am Mon, 25 Feb 2008 23:15:37 -0800 (PST) schrieb nobody:
; Change the color at index 1 to white (63,53,43).

mov dx,VIDEO_PALLETE_PORT
mov al,1 ; set palette index 1
out dx,al

You always set the palette only for index 1?

Dirk
.