[net.micro.pc] Assembly Language Graphics

Mfarber@UDel-Relay@sri-unix.UUCP (08/11/83)

In The september 1981 BYTE, there is a line drawing technique called
DDA that draws any kind of line perfectly unbroken, without using real
numbers, which makes it very easy to translate into assembly language.
I did this, and it draws lines exactly like in BASIC, not noticeably
faster either.  If anyone wants the source code for this, drop me a
line.

-Manny