Then I need some serious low level assembly tutorial Very Happy
Anyone got some serious low level assembly tutorial?
Yep, It's called the Intel System Developer's Manuals, particularly the x86 Architecture's Instruction set.
Failing that, The GNU Assembler (or NASM) references. NASM covers all of it's supported instructions in pretty generous detail.
The truth here is, you will not find much success in this area if you are not willing to invest serious time, either researching or tinkering (both, if you actually want to do something decent).
One of (if not THE most) important skills to learn, in general, is to be able to learn from specifications or generic references. This includes the Intel references mentioned above, as well as the various Chipset datasheets scattered around the Internet.
Look at what you want to achieve, understand what you have to learn to be able to accomplish that and realize, most importantly, that regardless of what people say, it is unlikely that you will revolutionze the entire computing world after 45 minutes of introducing yourself to Assembly.

Thats what dedication is for.
~Z