2 ; Ullrich von Bassewitz, 08.08.1998
4 ; void chlinexy (unsigned char x, unsigned char y, unsigned char length);
5 ; void chline (unsigned char length);
8 .export _chlinexy, _chline
9 .import popa, _gotoxy, cputdirect, setcursor
15 jsr _gotoxy ; Call this one, will pop params
16 pla ; Restore the length
19 cmp #0 ; Is the length zero?
22 L1: lda #$12+64 ; Horizontal line, screen code
23 jsr cputdirect ; Direct output