I have been trying to start asm programming for a long time now. But having some problems. MY main system is windows so I cant use int and dont want to use the win32 api or call c functions.
So I read that you get a x86 simulator. If I understand correctly, you can type your asm code (with int and without system libraries) then that assembler will compile it and run it (simulate it) so even if you are on windows system you can then use cpu int etc...
No my only question is: what is a good x86 (free) simulator that runs on windows?
I am currently using emu8086 but would like some other options.