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?
You can add asm source to project, but masm support is limited.
UAsm (http://www.terraspace.co.uk/uasm.html) can used in difficult cases.
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.
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.
There is an Add-In for it:
SelCompiler (https://forum.pellesc.de/index.php?topic=3250.msg24126#msg24126)