|
Asm classes are easy, soley because nobody expects you to make anything too complicated with it. In the end OOP is more complex since with asm you would never attempt anything more complicated then a few loops or function calls. I took a few asm classes mips/sparc, its all the same in the end, once you get into the habit the platform is irrelevant.
Also if you plan on taking any hardware design classes or compilers classes (codegen), then you should take asm first and get to know it well.
|