]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/invertline.s
Removed (pretty inconsistently used) tab chars from source code base.
[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