Author Topic: MASM Assembly using code::Bocks IDE  (Read 5169 times)

Ravi Kiran

  • Guest
MASM Assembly using code::Bocks IDE
« on: September 30, 2019, 09:34:21 pm »
Can anyone around here tell me how to configure code::blocks IDE to Assemble link and run an assembly language program ( both 16-bit and 32-bit) using external MASM assembler and linker and any external libraries. I can see in my code::blocks IDE it can identify the MASM .asm file syntax but when I build a MASM .asm source file using inbuilt mingW compiler it is showing a linker error. These linker errors popup even if I changed the default compiler to Microsoft visual studio 2010 . There is a MASM assembler (ml.exe) and linker in visual studio 2010 bin folder.
But I don't know how to configure it to Assemble and run a MASM .asm file. My code::blocks IDE version is 17.12. Plz help.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]