this post was submitted on 23 Sep 2023
74 points (92.0% liked)

Technology

34395 readers
453 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago* (last edited 1 year ago) (1 children)

I remember my microcontroller course professor telling us that if we just wanted to learn how to program assembly for microcontrollers, we could just pick up a book and skip the class.

Instead, he intended to teach us problem solving with microcontrollers.

The class was based around the Intel 8085 architecture, and this was in 2010. When I left the class, I started trying to make things using 8085s and assembly. These chips were so old, they needed external memory and flash storage to operate.

Anyway, I eventually learned about the larger microcontroller world; writing C; 32bit processors, real-time debugging, etc.

Understanding the fundamental goings on of assembly has been helpful, but it was only ever a building block.

[–] [email protected] -4 points 1 year ago (2 children)

That's exactly not what is meant here.

If "learning 8085 assembly" only prepared you to program 8085 assembly and do exclusively that, you missed the entire point of higher education. Being able to generalize knowledge and applying it to other fields and specialisations is what is being taught. Not just following a tutorial.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Are we not reading the same post? That was exactly their point.

[–] [email protected] 2 points 1 year ago

Reading comprehension. Are we still doing that?