Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Borland > Re: HELP: Pasca...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 1045 of 1102
Post > Topic >>

Re: HELP: Pascal & C/C++ (with a little assembly)

by Dr J R Stockton <jrs@[EMAIL PROTECTED] > Aug 6, 2007 at 09:45 PM

In comp.lang.pascal.borland message <slrnfbdjn0.2jec.marcov@[EMAIL PROTECTED]
>, Mon, 6 Aug 2007 07:33:52, Marco van de Voort <marcov@[EMAIL PROTECTED]
>
posted:
>> 1. What are the inline($FA); & inline($FB); Pascal functions? What is
>> the C/C++ equivalent?
>> inline($CD / $1C);
>> inline($9C);
>
>inline just inlines the bytes in the code stream. IOW they are pure
>machinecode in hex. Probably STI/CLI or so.

One can easily find those by using DEBUG, entering code with E, then
Unassemble.  It helps to have read the debug manual in the past.

        FA      CLI
        FB      STI
        CD 1C   INT 1Ch
        9C      PUSHF

-- 
 (c) John Stockton, Surrey, UK.   ?@[EMAIL PROTECTED]
   Turnpike v6.05  
MIME.
  <URL:http://www.merlyn.demon.co.uk/>
TP/BP/Delphi/&c., FAQqy topics &
links;
  <URL:http://www.merlyn.demon.co.uk/clpb-faq.txt>
  RAH Prins : c.l.p.b
mFAQ;
  <URL:ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip> Timo Salmi's Turbo Pascal
FAQ.




 1 Posts in Topic:
Re: HELP: Pascal & C/C++ (with a little assembly)
Dr J R Stockton <jrs@[  2007-08-06 21:45:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue May 13 18:44:52 CDT 2008.