Search code examples
delphidelphi-7delphi-xe2delphi-2010delphi-xe

Delphi Scripting and ASM


I tried

  • Pascal Script
  • Fast Script
  • Script Studio
  • IdScript Engine

However none support inline ASM. Is there some library that DOES support it?


Solution

  • AFAIK DelphiWebScript aka DWScript supports ASM via it's language extension modules, specifically the dwsAsmLibModule.

    UPDATE: found an Eric's blog post where he describes the feature. Looks like you need to have NASM installed in order to use ASM blocks in DWScript.