]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/drawline.s
dio bugfix, added get_tv and get_ostype functions
[cc65] / libsrc / geos / graph / drawline.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 29.10.99
6
7 ; void DrawLine         (struct window *mywindow);
8
9             .import _InitDrawWindow
10             .export _DrawLine
11
12             .include "../inc/jumptab.inc"
13             .include "../inc/geossym.inc"
14             .include "../inc/geosmac.ca65.inc"
15
16 _DrawLine:
17             tay
18             PushW r2
19             tya
20             jsr _InitDrawWindow
21             MoveW r2, r11
22             PopW r2
23             jmp DrawLine