]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/invertline.s
dcc68d40a1b619079d78a978ee27198f83ca7c16
[cc65] / libsrc / geos-common / graph / invertline.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 29.10.99
5
6 ; void InvertLine     (char y, int xstart, int xend);
7
8             .import HLineRegs
9             .export _InvertLine
10
11             .include "jumptab.inc"
12             
13 _InvertLine:
14         jsr HLineRegs
15         jmp InvertLine