<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Vern via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Do., 6. Apr. 2023, 19:06:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div>
    After reading the FPC manual more closely , the correct compiler
    command is {$ASMMODE default} where<i> default </i>is the native
    system ... in this case Orange Pi arm64 and the compiler now allows
    accepting ARM assembler instructions<br></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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.</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>