Hello all
I cant seem to get ASM working in OS-X. Is there a difference in syntax compared to regular Delphi or is something else happening here ?
I get an error message : "unit1.pas(33,3) Fatal: Selected assembler reader not supported"
-----------------
function getanum(x: Integer): Integer;
begin
asm
add eax, eax
end;
end;
Thanks for any pointers on this
Regards
soumi