DEV Community

Discussion on: Experienced developers: What concept have you never gotten around to learning and you've been fine without it?

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y • Edited

You might be surprised at how straight-forward it is to understand. If you have a decent understanding of how memory, addresses, and code flow works you should be able to understand assembly.

You wouldn't likely ever write asm code, though there are several IR (intermediate representation) levels that are around now. In compilers we mainly work at the IR level now for the low-level stuff. Sure, somebody has to emit actual machine code at some point, but I've never felt the need to go that low, and I actually work on a compiler.

Collapse
 
cathodion profile image
Dustin King

That link gives a big red security warning from Chrome that the connection isn't private.

Thread Thread
 
mortoray profile image
edA‑qa mort‑ora‑y

Accidentally made a https link, that site doesn't support SSL quite yet. Updated.