Felipe Monteiro de Carvalho ha scritto:
> On 4/4/07, Darmawan Sugiarto <[EMAIL PROTECTED]> wrote:
>> Can I access Asm (asembler) in Lazarus
> 
> Just write it:
> 
> asm
>    PUSH EAX
>    POP   EAX
> end;
> 
yes,
like old borland turbo pascal you can use the block
asm
 ..
end;

and write 32bit assembly instruction.
programmers manual can help to use variables and constant in asm block

bye
-- 
Claudio Brazzale
Studio Associato Liberobit - http://www.liberobit.net

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to