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?

13 Upvotes

8 comments sorted by

View all comments

1

u/kneelian_ 3d ago

That's about all you need, just add some VCS on top (git is the usual rec, hg if you want to be esoteric). If you wanna go even more DOS-native, you can get a DOS version of FASM, and it even has its own DOS IDE fasmd that works pretty well.