Does anyone know any good tutorials for ASM, and or Free compilers besides MASM, I dont want to have to use DOS in any way, so just the BIOS and what ever else.
Printable View
Does anyone know any good tutorials for ASM, and or Free compilers besides MASM, I dont want to have to use DOS in any way, so just the BIOS and what ever else.
have a look at the FAQ
MASM is not a dos compiler, as a mater of fact, you need a patch for the link.exe file, if you wanna make dos proggies... MASM, in my opinion, is the best win32ASM assembler out there..
MASM can be a dos compiler, you just need the 16 bit linker to go with it. I use it all the time to make dos apps.