RE: Assembly as a first language? 07-01-2017, 08:27 PM
#16
(01-12-2017, 01:39 AM)meow Wrote:(01-12-2017, 01:38 AM)Hoss Wrote:(01-11-2017, 01:13 AM)meow Wrote: You seem like a faggot, but if you think you have the guts, go for it.I would recommend that you learn it WITH something like C (not ++) so you get some experience with higher level languages
>C
>high level
What the fuck are you smoking?
C is pretty high level compared to nasm or fasm, which are still a level above true assembly. Most people think its "low level" because its honest about how memory is handled.
In all honesty op, start with C. Get comfy with pointers, and then move to C++ to learn datastructures. Then from there study how gcc works, and eventually move to fasm. I started out on C and tried to move directly to masm, turned out horribly. Take your time in all this, and really try to learn everything well. Its not an easy task.
(This post was last modified: 07-01-2017, 08:30 PM by ClawsMissingBall.)