]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/invertline.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / graph / invertline.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 29.10.99
6
7 ; void InvertLine     (char y, int xstart, int xend);
8
9             .import HLineRegs
10             .export _InvertLine
11
12             .include "jumptab.inc"
13             
14 _InvertLine:
15             jsr HLineRegs
16             jmp InvertLine