Can i compile Masm code with Pelles?

Started by bitcoin, November 04, 2018, 03:26:18 PM

Previous topic - Next topic

bitcoin

Hello!

Tell me please, can i use masm-code in Pelles C? Such as in Visual Studio? So, include asm procedure and use it in my C-code? Or it is imposible?

TimoVJL

You can add asm source to project, but masm support is limited.
UAsm can used in difficult cases.
May the source be with you

Vortex

Hi bitcoin,

Poasm and Masm have similar syntax. The main differences are some cases of Macros. If you don't have complex macros, you can assemble your code with Poasm.
Code it... That's all...

bitcoin

Yes, it works. Thank you!

UASM is good, but i dont know , how to add it to Pelles C. I write procedure in embedded asm , and this is compiled.

TimoVJL

May the source be with you