home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / bix / fastdraw.fix < prev    next >
Encoding:
Text File  |  1986-08-04  |  353 b   |  7 lines

  1. FastDraw.asm BUG - add one line of code to fix!
  2. FastDraw, with some diagonal lines, misplaces the lowest pixel by one pixel
  3. to the left or right. After the "fini:" label, add the following line:
  4.          mov   dx,x2[bp]
  5. I mistakenly counted on DX containing the x coord for the lowest point but
  6. it misses by one, on occasion. Sorry! - Jim Keohane
  7.