Hello,

Can I compile MASM code (or files) in FPC? If so, how to declare some MASM
directives like .code, .data?, .const etc.?:

=== begin code ===

program fpcmasm;

{$asmmode masm} // I know, it doesn't compiles, please tell me what I use
:-)

{$i  <Can I include my MASM file here?>}

procedure somefunc; assembler;
asm
  <Can I use my MASM code here?>
end;

end.

=== end code ===

Thank you!

--
Silvio Clécio
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to