Vern via fpc-pascal <fpc-pascal@lists.freepascal.org> schrieb am Do., 6.
Apr. 2023, 19:06:

> After reading the FPC manual more closely , the correct compiler command
> is {$ASMMODE default} where* default *is the native system ... in this
> case Orange Pi arm64 and the compiler now allows accepting ARM assembler
> instructions
>

You don't need to use the $ASMMODE directive on non-x86 platforms, because
the default syntax will always be selected. Also it's always possible to
add assembly code.

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to