Slightly broken logic - There is nothing wrong with other paradigms such as Procedural or Functional. All it does it provoke a different mindset and program type, to be used in a different situation.
While I agree that OOP is a top concept to learn, it does not make it "better".
i tried hard to learn C and study it, until i ran into "structures vs unions". those damn things always confuse me. i think i understand ASM more than i do C logic
well, with ASM , once you memorize your mnemonics, it isn't that hard. the hard part for me is the math (bit shifting/booleans/etc), along with knowing which registers you can use (AL vs AH/etc)
it also helps when you know and memorize the values for INT tables. the rest of ASM , i will admit, is a real bitch for me. i never said i knew it whole-heartedly. i just feel my mind graps it's concepts more than it does with C programming logic