From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Message-Id: <199902101823.TAA25644@juno.erisoft.se> Subject: Carry flag To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Wed, 10 Feb 1999 19:23:35 +0100 (MET) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com In a thread on c.o.m.d, someone who was trying out his first dpmi_int() wondered which bit in flags was the carry flag and he was searching for a #define for it. The answer was that it's the lowest of them (with the implication that there aren't any #defines). That got me wondering why there's isn't any #defines for those bits? Perhaps somebody who knows the layout could submit a patch? I'd gladly do that, but I think there are some people here who knows them by heart and I'm not an assembly man. So anyone? Right, MartinS