Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i meant taht in screen 12...

Status
Not open for further replies.

fancom

Programmer
Joined
Feb 7, 2001
Messages
46
Location
TR
yes this is it.i wanto program the pixels with poking..
i think taht (i do not know that) in scr12 16 bit color depth we have....
to make the prg running faster i thaught that poking wuold be faster than line or pset...will it be ?

v=start adress
for t=0 to 7
poke v+bitplanestart(the adress i want from you all),255
poke v+bitplanestart+79,255
next
(with 8 bit)
or ;
line (0,0)-(63,7),1,bf


which one would be faster ?
 
Pokeing is faster than pset, and probably line.
 
Pokeing is definately faster than PSET, but I don't think that it would be faster than LINE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top