Ok, this is a total noob question, but I am having trouble writing the simple 'Hello World' in asm, because I'musing nasm, and all the tutorials I find for masm or nasm, but In linux. Does anyone know any good tutorials for hello world in nasm for windows? :)
Does everyone here use masm32? Is it even possible with nasm?
Does everyone here use masm32? Is it even possible with nasm?
The NASMX Project (formerly NASM32) has the include files and examples to support Windows development using NASM.
LINK: http://www.asmcommunity.net/projects/nasmx/
As for actual tutorials, I would recommend reading Iczelion's Tutorials and digest those basic Win32 ASM concepts.
LINK: http://www.asmcommunity.net/projects/nasmx/
As for actual tutorials, I would recommend reading Iczelion's Tutorials and digest those basic Win32 ASM concepts.
Ok, thank you.