Z80 Routines:Graphic:getPixel

From WikiTI
Revision as of 07:50, 27 October 2009 by Galandros (Talk | contribs)

Jump to: navigation, search

The getPixel routine is used change a pixel in the graph buffer.

This article is a stub. You can help WikiTI by expanding it.


Code


 

Example

;pixel On (black)

;pixel Off (white)

;pixel change

 

Comments

  • Don't use this to plot sprites! Use putSprite
  • Not that usually used but can be used to get hl pointing to the wanted place in graph buffer