|
|
|
|
|
by ooterness
828 days ago
|
|
Ben Eater's excellent educational video series includes one explaining the difference: https://www.youtube.com/watch?v=oO8_2JJV0B4 In short, assembly for a given CPU is very nearly one-to-one with the machine language for that CPU. It's not correct to conflate the two, but close enough when speaking informally. |
|
It's even blurrier when you consider that most modern assembler dialects have plenty of high level functionality (structs, macros, labels, etc) that do not correlate to machine instructions.