@Franko
I've actually learned a bit of asm before learning C, cause I wanted to better understand what was going on on the lower level (forgot too much of it by now). If you alread know asm it's really easy to learn C, very small syntax and very efficient, you'll immediately understand concepts like pointers and registers that others learning C have big trouble with. It also makes development a lot faster.
It's a complete waste if you don't learn C now!
