Date: Mon, 14 Mar 94 12:20:35 -0500 From: dj AT ctron DOT com (DJ Delorie) To: ryoung AT utdallas DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How did you learn 80386 GAS? > How did you learn 80386 GAS (I mean that distributed with > DJGPP)? Are there any syntax summaries and/or tutorials? > (The GAS manual of GNU does not cover processor-specific > instructions, isn't it?) (1) Intel 386 programmer's manual (2) gcc -S sometest.c The gas docs do cover the differences between Intel syntax and gas syntax, but not much. DJ