To: djgpp AT delorie DOT com Subject: Re: converting Watcom-style inline asm to DJGPP-style Message-ID: <19961124.131609.8447.3.aclemmer@juno.com> References: <199611232129 DOT PAA06762 AT ghgcorp DOT ghgcorp DOT com> From: aclemmer AT juno DOT com (Aaron M Clemmer) Date: Sun, 24 Nov 1996 13:15:14 EST On Sat, 23 Nov 1996 14:04:38 +0000 "Bachtel" writes: >Try this: Thanks, between that and the asm tutorial, I've finally gotten a nice fixed point library running. BTW, is it a bad thing to omit the size postfixes (b,w,l) from the instructions? I've been putting them on some instr and leaving them off others, and it doesn't seem to be breaking the code.... aaron