Пётр Косаревский wrote:
> How can I write inline assembler procedure?
>
> (FPC accepts the word "inline", but generates "call" instruction etc.)
Inline is only a recommendation.
>
> If there is a way, could anyone point to an example, please?
Inlining assembler procedures efficently is rather
Michael Van Canneyt wrote:
> On Thu, 20 Jul 2006, =?koi8-r?Q?=F0=A3=D4=D2
> =EB=CF=D3=C1=D2=C5=D7=D3=CB=C9=CA?= wrote:
>
>> How can I write inline assembler procedure?
>>
>> (FPC accepts the word "inline", but generates "call" instruction etc.)
>>
>> If there is a way, could anyone point to an exam
On Thu, 20 Jul 2006, =?koi8-r?Q?=F0=A3=D4=D2
=EB=CF=D3=C1=D2=C5=D7=D3=CB=C9=CA?= wrote:
How can I write inline assembler procedure?
(FPC accepts the word "inline", but generates "call" instruction etc.)
If there is a way, could anyone point to an example, please?
Currently you cannot inli