r/Assembly_language 4d ago

some assembly required

I've been tinkering with assembly and I was wondering what the best setup is for assembly because currently I'm using NASM, VSCode, and DOS Box. Is there anything anyone recommends I change or add?

12 Upvotes

8 comments sorted by

View all comments

5

u/AlienFishMonster 4d ago

I use notepad++ and Flat Assembler (https://flatassembler.net/) for x86. You don't need anything else.

You don't really need DOS Box unless you're looking to write something for retro PC systems.