Viewing a single comment thread. View all comments

devoxel t1_itwqpr1 wrote

Understanding assembly does make a better programmer IMO. It gives you intuition about memory access & stack. You can get there without assembly but its much easier when you've dug through the mud yourself, at least in my experience.

Plus languages like Rust are surprisingly low level, even though it's advanced in terms of syntax and symbolic representation

6