Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Assembly language
Reading 'The Art of Assembly Language Programming' is a good start.
http://webster.cs.ucr.edu/AoA/index.html
Feel free to PM me if you have any questions considering assembly programming. =)
LOck-doWN wrote: Would anyone be interested in pointing me in a good direction about learning the NASM syntax of assembkly language.
Read the nasm documentation (from official site).
Read the intel or amd documentation (from official sites).
There are a few websites that help with initial OS development, one that comes to mind is http://www.osdever.net/