Remix.run Logo
dehrmann 10 days ago

In most assembly languages, the instructions are essentially load and store, arithmetic operations, and branch and jump. Almost everything is abstractions around how to handle branching and memory.

djtango 9 days ago | parent [-]

Right and a compiler is mostly technical.