Re: [fpc-pascal] inline assembler procedure

2006-07-20 Thread Florian Klaempfl
Пётр Косаревский 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

Re: [fpc-pascal] inline assembler procedure

2006-07-20 Thread Tomas Hajny
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

Re: [fpc-pascal] inline assembler procedure

2006-07-20 Thread Michael Van Canneyt
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