Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!Mfarber@UDel-Relay From: Mfarber@UDel-Relay@sri-unix.UUCP Newsgroups: net.micro.pc Subject: Assembly Language Graphics Message-ID: <4170@sri-arpa.UUCP> Date: Thu, 11-Aug-83 11:46:14 EDT Article-I.D.: sri-arpa.4170 Posted: Thu Aug 11 11:46:14 1983 Date-Received: Sun, 14-Aug-83 17:06:21 EDT Lines: 8 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