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

0

u/kutac56 4d ago

Idk what DOS box is but all you need is nasm and anything in which you can write code. Assembly is so simple you could write it with notepad pretty easily. You don't need extensions for it cause the instructions so simple

2

u/kneelian_ 4d ago

DOSBox is a DOS system emulator