NO

Author Topic: Can i compile Masm code with Pelles?  (Read 3125 times)

Offline bitcoin

  • Member
  • *
  • Posts: 179
Can i compile Masm code with Pelles?
« on: November 04, 2018, 03:26:18 PM »
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?

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Can i compile Masm code with Pelles?
« Reply #1 on: November 05, 2018, 06:56:13 PM »
You can add asm source to project, but masm support is limited.
UAsm can used in difficult cases.
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Re: Can i compile Masm code with Pelles?
« Reply #2 on: November 06, 2018, 07:09:47 PM »
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...

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Can i compile Masm code with Pelles?
« Reply #3 on: November 18, 2018, 04:00:23 AM »
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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Can i compile Masm code with Pelles?
« Reply #4 on: November 18, 2018, 01:21:23 PM »
There is an Add-In for it:
SelCompiler
May the source be with you