From: ChrHenz AT aol DOT com Message-ID: Date: Fri, 5 Mar 1999 22:41:26 EST To: djgpp AT delorie DOT com Mime-Version: 1.0 Subject: Re: Help needed to learn ASM Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 3.0.i for Windows 95 sub 66 Reply-To: djgpp AT delorie DOT com I learned ASM by getting books from a local library. These books were from the late eighties (only dealing with 8086-ASM) but you definitly get the idea... If you want to code some routines only, you don't really need to know everything 'bout protected mode and 32 bits... For some tutorials/references on the web check out ftp://x2ftp.oulu.fi/pub/msdos/programming - this is the largest archive on DOS and games programming I've ever seen. If you want to use DJGPP's assembler, you also need to learn the AT&T syntax (the standard is of course Intel syntax). As an alternative, check out NASM (also free, sorry I don't have an URL right now). Christian.