RemObject Pascal Script Assembler Code Feature

Hello. I’m a simple user of the Inno Setup Compiler. I want to suggest to RemObject Pascal Script SDK assembler code supporting in script functions, like:

asm
pushad
xor eax,eax
cpuid
mov var_eax, eax
mov var_edx, edx
popad
end;

It also will be very usable for faster asm loops and custom operations.
Best Regards.

We don’t have plans to support inline assembly in PascalScript at this time.