Re: What am I doing wrong here? Trying to draw 10 lines, multiple colors
- From: Dirk Wolfgang Glomp <dirk@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Feb 2008 09:22:50 +0100
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
.
- References:
- Prev by Date: What am I doing wrong here? Trying to draw 10 lines, multiple colors
- Next by Date: Re: What am I doing wrong here? Trying to draw 10 lines, multiple colors
- Previous by thread: What am I doing wrong here? Trying to draw 10 lines, multiple colors
- Next by thread: Re: What am I doing wrong here? Trying to draw 10 lines, multiple colors
- Index(es):