]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/recoverline.s
New module fileio-test.c
[cc65] / libsrc / geos / graph / recoverline.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 29.10.99
6
7 ; void RecoverLine    (char y, int xstart, int xend);
8
9             .import HLineRegs
10
11             .export _RecoverLine
12             
13             .include "../inc/jumptab.inc"
14
15 _RecoverLine:
16             jsr HLineRegs
17             jmp RecoverLine
18