Jump to content

Anybody know how to use NASM as the default inline assembler?

- - - - -

  • Please log in to reply
1 reply to this topic

#1
JewFro297

JewFro297

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 224 posts
In visual studio MASM is the build in inline assembler, but I don't like the syntax. Is there a way to use NASM without having to have seperate obj files and link them? (doesn't have to be visual studio, code be dev-C++ or code::blocks or whatever)

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,705 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
You can change the build command to use NASM, or specify a preprocess command to do the building for you, then link later.
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users