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.