|
|
|
|
|
by dragonwriter
1108 days ago
|
|
> CPU’s natively use a language referred to as “Assembly”, b Strictly, CPUs use machine code. Assembly targeting a particular CPU is a very thin more-human-readable abstraction around the underlying machine code, but it is not, itself, what the CPU executes. That’s why “assemblers” exist – they are compilers from assembly language to machine code (though, because assembly is a very thin abstraction, they are much simpler than most other compilers.) |
|