Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watmum.UUCP Path: utzoo!watmath!watnot!watmum!smvorkoetter From: smvorkoetter@watmum.UUCP (Stefan M. Vorkoetter) Newsgroups: net.micro.pc,net.lang Subject: Re: TurboPascal inline code/real or interpreted Message-ID: <615@watmum.UUCP> Date: Wed, 1-Oct-86 00:21:41 EDT Article-I.D.: watmum.615 Posted: Wed Oct 1 00:21:41 1986 Date-Received: Wed, 1-Oct-86 06:23:58 EDT References: <618@imsvax.UUCP> Reply-To: smvorkoetter@watmum.UUCP (Stefan M. Vorkoetter) Organization: U of Waterloo, Ontario Lines: 9 Xref: watmath net.micro.pc:10210 net.lang:2650 Summary: Turbo Pascal inline code is definitely real. I have written lots of software using it to gain speed advantages over straight Turbo Pascal. I have used it for interrupt handling, and real time raster graphics applications. Using debug on the compiled code verifies it. The code is in there exactly as you specify it in the inline statement. You must have translated something wrong. Perhaps, one of your data elements in the inline statement is making a byte where you intended a word, or vice-versa. Or maybe, you have some resident utility running that is stealing a lot of cycles.