QUOTE(Apples @ 24 Jun, 2007 - 07:40 PM)

i've learned a bit of asm too. i used nasm on linux, but i couldn't figure out how to get started on windows (xp). i scoured google for stuff, but i could only find GUI tutorials. [and i would like to do console related stuff].
If you willing to invest some time on learning assembly, go here
http://www.masm32.comThey have a complete assembly package with everything you need.
Assembler, compiler, source code, editor.
Read the tutorials and try out the assembler. It has built in macros to make things pretty easy.
They will answer any questions.
Winasm is another good package that uses the masm32 package which has all the libraries and include files.
It makes very small executables.
There are several assembly newsgroups.
st 23 hours
comp.os.ms-windows.programmer.win32
6 messages 1 new topic
572 web views
last 15 hours
microsoft.public.windowsxp.general
4 messages 1 new topic
423 web views
last 63 minutes
comp.lang.asm.x86 and there is one for masm too, but they are real slim
on the posts.
Once you get some practice, I can give you more resoureces.