[fpc-pascal] asm an Freepascal under AMD 64
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Mar 22 10:02:49 CET 2006
On 21 mrt 2006, at 21:28, freepascal at adeli.fr wrote:
> I'have some library which use some intel like asm code
>
> type_32.pas(125,2) Error: Illegal assembler style specified "INTEL"
> type_32.pas(146,13) Error: Unknown identifier "EAX"
>
> So where do i' find the new gramatical word for use asm ?
There are various tutorials on the Internet, e.g. at
http://asm.sourceforge.net/articles/linasm.html
More are linked from
http://asm.sourceforge.net/resources.html
> As i read the doc it seem that there is no more support for asm for
> the platform other the i386?
Assembler is supported, but not the Intel dialect.
Jonas
More information about the fpc-pascal
mailing list