Renamed the old geos target to geos-cbm.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5343 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
16
libsrc/geos-cbm/graph/invertline.s
Normal file
16
libsrc/geos-cbm/graph/invertline.s
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
;
|
||||
; Maciej 'YTM/Alliance' Witkowiak
|
||||
;
|
||||
; 29.10.99
|
||||
|
||||
; void InvertLine (char y, int xstart, int xend);
|
||||
|
||||
.import HLineRegs
|
||||
.export _InvertLine
|
||||
|
||||
.include "../inc/jumptab.inc"
|
||||
|
||||
_InvertLine:
|
||||
jsr HLineRegs
|
||||
jmp InvertLine
|
||||
Reference in New Issue
Block a user