]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/horizontalline.s
dio bugfix, added get_tv and get_ostype functions
[cc65] / libsrc / geos / graph / horizontalline.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 29.10.99
6
7 ; void HorizontalLine (char pattern, char y, int xstart, int xend);
8
9             .import popa
10             .import HLineRegs
11             
12             .export _HorizontalLine
13
14             .include "../inc/jumptab.inc"
15
16 _HorizontalLine:
17             jsr HLineRegs
18             jsr popa
19             jmp HorizontalLine