From: Frank K. <fbk...@co...> - 2003-10-15 21:38:28
|
Yeoh HS wrote: > Hi, > > I've created a new Yahoogroup, Win32 NASM users, so that I could upload zip > files containing Win32 NASM source codes for sharing. You are welcomed to > share your Win32 NASM source codes. :-) > > The URL is: > http://groups.yahoo.com/group/win32-nasm-users/ You've really been busy with this, Yeoh! Great! I just made a new directory and uploaded a "hello world messagebox" and a console mode "hello world" - no included files, and no macros. I'm not suggesting that anyone would want to write a "real" program this way, but some beginners like to see the "raw" code to see what's really happening (I know *I* do). The "console.zip" includes two files, "hwconst.asm", intended to be linked with alink or tlink32, and "hwconsm.asm", intended to be linked with the MS linker (or others that will accept MS's COFF). There isn't much difference. Hope they're of some use to somebody... Best, Frank |