So for my assembly teacher wants us to use visual studio with NASM assembler, now I know you can use NASM on its own but she wants us to use visual studio for its debugger/feature that lets you see what the registers are doing etc.
my problem is that windows runs like dog shit on my laptop and visual studio runs like dog shit on any computer.
so I'm wondering what kind of tools are available that would achieve the same thing, bonus points if they run on Linux.
part 2, I don't like windows and for my data structures course we need to compile executable for windows, how would I achieve this on Linux (we're doing pretty basic stuff, and will mostly be using the stl library so the code will be cross platform)