|
>I actually thought that i could learn something about it, throught Assembly.
You can.
>Shall i read about CPU, Memory etc. before i'm going to learn Assembly?
If you start with 32-bit flat mode, there's not much to it. The tricky stuff is under a segmented architecture. Modern x86 assembly doesn't require intimiate knowledge of the hardware to get started.
>I din't know ASM was so damn hard!
Assembly is actually easier to learn than any high level language I can think of. You just need to shift your thinking, and that's where most people stumble.
__________________
Even if the voices aren't real, they have some pretty good ideas.
|