Message-ID: <3298EA40.471F@gbrmpa.gov.au> Date: Mon, 25 Nov 1996 08:37:20 +0800 From: Leath Muller Reply-To: leathm AT gbrmpa DOT gov DOT au Organization: Great Barrier Reef Marine Park Authority MIME-Version: 1.0 To: Aaron M Clemmer CC: djgpp AT delorie DOT com Subject: Re: converting Watcom-style inline asm to DJGPP-style References: <199611232129 DOT PAA06762 AT ghgcorp DOT ghgcorp DOT com> <19961124 DOT 131609 DOT 8447 DOT 3 DOT aclemmer AT juno DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > 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.... I would call it bad... :) DJGPP v2.01 'cracks a sad' if you don't put the size prefixes on, whereas v2.00 doesn't... and you really should put the prefixes on for readability. If someone else is looking at your code in the future, they will be able to see what is happening with data structures more clearly etc etc... Leathal.