well, let's talk about this interesting topic.
i've got the task of learning assembly for one of my last upper-level It courses this semester..
specifically going to be working with MIPS.
Results 1 to 3 of 3
Thread: Assembly / Low-Level development
- 07 Sep. 2014 09:26pm #1
- Join Date
- Apr. 2013
- Location
- Minnesota
- Posts
- 1,325
- Reputation
- 114
- LCash
- 0.00
Assembly / Low-Level development
https://discord.gg/TvN6xUb ~ chat on discord pls.
- 07 Sep. 2014 10:15pm #2
You'll learn about computer architecture/memory and such. I don't think ASM is used much these days because C handles most low-level tasks, but it's still pretty important to learn for understanding more about computers and optimization of certain programs.
I haven't learned ASM entirely myself. It's sort of difficult because it's like the hardest type of code to read (besides binary but that's not readable by humans).
Good luck.I'm lightning on my feet
- 08 Sep. 2014 12:19am #3
- Join Date
- Apr. 2013
- Location
- Minnesota
- Posts
- 1,325
- Reputation
- 114
- LCash
- 0.00
my god, we were covering number sytems and handling floating point numbers.>.>
It got brutal quick, I agree that C really does like 98% of the heavy lifting, and c++ doing the rest.
If I had time I'd work on some C stuff, I was even looking at ruby scripting a gaya login (spoilers-mechanize is a ruby gem)
I did read a funny thing about Linus hating on c++ devs. xDhttps://discord.gg/TvN6xUb ~ chat on discord pls.