I have to take a couple classes of this and I'm not looking forward to it.
How hard is it to learn assembly language?
Collapse
X
-
Tags: None
-
The hardest language to learn but once you know it, you can do just about anything. -
I will probably have to take it more than once
I'm debating whether to take it soon or take it last.... This maybe the hardest class I ever have.
Comment
-
Originally posted by Furious_FemaleThe hardest language to learn but once you know it, you can do just about anything.
but only on one type of processor?Comment
-
Originally posted by Furious_FemaleThe hardest language to learn but once you know it, you can do just about anything.Originally posted by Napoleanits just a little bit easier than coding in straight binary.. have fun
^ What they said ^.
.
.
.
I have a sigComment
-
There's different instruction sets for different processors, but any way you slice it, its not something you can learn quickly or painlessly.
Comment
-
Comment
-
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.Comment
-
It's not hard if you get into it and make the effort to learn it. If you try and get through it quick without really understanding what you're doing, it will be very hard. The first couple weeks of x86 assembly dont even involve actual programming. First, you learn how your hardware, memory, and processor works.Originally posted by Mr. Mojo RisinI have to take a couple classes of this and I'm not looking forward to it.Comment




Comment