•  Back 
  •  Line-A Function Reference 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filev_pmarker()
$A001 - Plot Pixel                                                   Line-A

Function      Plot a single pixel at the specified coordinates.

Parameters    INTIN points to a WORD containing the color register of the
              pixel to plot at the specified coordinates. PTSIN points to
              two WORDs which are the X and Y coordinates respectively.

Example       ; Plot a pixel at ( 10, 10 ) using color 1
Binding       
                 move.l   #intin,8(a5)
                 move.l   #ptsin,12(a5)
                 .dc.w    $A001

                 .data
              intin:
                 .dc.w    1
              ptsin:
                 .dc.w    10, 10

See Also      v_pmarker()