Y
Hacker News
new
|
ask
|
show
|
jobs
by
mjovanovic0
1301 days ago
Side question: what IDE/editor ASM developers use today?
3 comments
monocasa
1301 days ago
Whatever they're comfortable with. There isn't really much IDE support for ASM, so it doesn't really matter what you pick as long as you can do dirty things with the build system. I tend to just use vscode.
link
snvzz
1301 days ago
I favor KDE's kate as editor, nasm as assembler, gnu make as build system.
link
gps0
1301 days ago
Not an ASM developer, but I know SASM (
https://dman95.github.io/SASM/english.html
) exists.
link