[fpc-devel]Question
    Peter Vreman 
    peter at freepascal.org
       
    Tue Feb 24 09:49:27 CET 2004
    
    
  
> Hi !
>
>   Thank you for Free Pascal !
>
>   I have small question.
>
>   Possible insert binary dump (text) as code in procedure ?
>   (Similarity of operator 'INLINE' in old Turbo Pascal.)
>   And if yes then as ?
You can use the data2inc tool to convert binary data to a const type.
inline is a procedure directive in fpc. The old TP inline was a hack to
insert assembler from before they included BASM.
    
    
More information about the fpc-devel
mailing list