Well, this is my first real upload to the net anywhere and the reason why I 
wanted to upload this little tri filler is cause I know how hard it is to 
code one and Im too lazy to do it myself so i just edited the one that 
comes with xlib.  This is the perfect tri fill for a newbie graphics coder, 
its basic and expandable. It's meant to work in mode 13h not xmode as
the xlib version does, which again is good for the beginner. This version 
doesn't support clipping but it should be easy enough to add in yourself 
since the triangle is drawn by an Hline routine, which is pretty quick! If 
you can't do it yourself for some reason, then email me and ill probably have
a clipping version by that time.
        I have included the ASM source, the OBJ in case you don't have an
assembler and an example of how to call the routine from a C program.

        I would appreciate feedback and comments to:
        
        mcaruso@ios.com
        Happy coding!!

