Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site princeton.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!wei From: wei@princeton.UUCP (P Wei) Newsgroups: net.micro.pc,net.lang.pascal Subject: How does the inline() work in TURBO PASCAL ? Message-ID: <1172@princeton.UUCP> Date: Thu, 21-Nov-85 21:17:09 EST Article-I.D.: princeto.1172 Posted: Thu Nov 21 21:17:09 1985 Date-Received: Sat, 23-Nov-85 06:04:25 EST Distribution: net Organization: Princeton University EECS Dept Lines: 12 Xref: watmath net.micro.pc:5959 net.lang.pascal:389 In my previous post, I mistyped inline($b8/$01/$cd/$7e); instead of the correct inline($b8/>$01/$cd/$7e); . The machine was just stuck still forever (needing reboot) after running the program. (interrupt 7eh was installed resident) Because in that interrupt routine , I need to get the parameters passed by the main program in stack(turbo's). Therefore I want to make sure the concept stated in the last posting is right. Am I wrong about the inline() statement ? I assume it is a statement informing the complier and does nothing on the stack (it doesn't push its "argument" onto the stack---i.e. the first code executing at run time is $B8). Am I right???? HP Wei (wei@princeton)