X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fgeos%2Fgraph%2Fverticalline.s;fp=libsrc%2Fgeos%2Fgraph%2Fverticalline.s;h=0000000000000000000000000000000000000000;hb=e6d74e7205c1fc2fe90e0e69465c62c5587b7155;hp=5ce077082d9fea33c316a4c9ebdc9a846ba0a365;hpb=70a3bcb0df2afc4ccd9c60e000a2402254fa1240;p=cc65 diff --git a/libsrc/geos/graph/verticalline.s b/libsrc/geos/graph/verticalline.s deleted file mode 100644 index 5ce077082..000000000 --- a/libsrc/geos/graph/verticalline.s +++ /dev/null @@ -1,24 +0,0 @@ - -; -; Maciej 'YTM/Alliance' Witkowiak -; -; 29.10.99 - -; void VerticalLine (char pattern, char ystart, char yend, int x); - - .import popa - - .export _VerticalLine - - .include "../inc/jumptab.inc" - .include "../inc/geossym.inc" - -_VerticalLine: - stx r4H - sta r4L - jsr popa - sta r3H - jsr popa - sta r3L - jsr popa - jmp VerticalLine