
KDevelop
Netbeans
Eclipse
Microsoft Visual Studio
Qt Creator
PyCharm
IntelliJ IDEA
Xcode
Yasm
NASM
flat assembler
Easy code
Pelles C
JWasm
Flasm
KDevelop
YasmBased on our record, Yasm should be more popular than KDevelop. It has been mentiond 3 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Never tried it: https://kdevelop.org/. Source: about 3 years ago
Since you want to become a KDE developer I suggest you use KDevelop as your IDE. Source: over 3 years ago
Trust me, at least on Intel, you do not want to write assembly inside your C/C++ code, unless it's just a couple of lines. The usual AT&T syntax will drive you nuts, and the additional syntax for embedding assembly only adds to the misery. For any reasonable amounts (say, you want a function or several) of assembly, you want Intel syntax and standalone assembly files. NASM is a great tool, although YASM should... - Source: Hacker News / over 2 years ago
Things like yasm only have tasm support...not sure if that will be enough in your case. Source: over 4 years ago
Can also recommend the rewrite of NASM, YASM. https://yasm.tortall.net/. - Source: Hacker News / over 4 years ago
Netbeans - NetBeans IDE 7.0. Develop desktop, mobile and web applications with Java, PHP, C/C++ and more. Runs on Windows, Linux, Mac OS X and Solaris. NetBeans IDE is open-source and free.
NASM - The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and...
Eclipse - Eclipse is an open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle.
flat assembler - A fast and efficient self-assembling x86 assembler for DOS, Windows and Linux.
Microsoft Visual Studio - Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft.
Easy code - Easy Code is the visual assembly programming environment made to build 32-bit Windows applications.