Does delphi for Linux support asm code?

Does delphi for Linux support asm code?

[DCC Error] Project1.dpr(11): E1025 Unsupported language feature: 'ASM'

Comments

  1. You need to link static .o files.... Note that FPC does support inline asm for Linux, so you may use it to compile one unit with Pascal records, then link it to your Delphi project... But low level class and string are not compatible: be aware!

    ReplyDelete

Post a Comment