]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/drawpoint.s
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / graph / drawpoint.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 29.10.99
6
7 ; void DrawPoint        (struct pixel *mypixel);
8
9
10             .import PointRegs
11             .export _DrawPoint
12
13             .include "../inc/jumptab.inc"
14
15 _DrawPoint:
16             jsr PointRegs
17             jmp DrawPoint