one fable-low hijack cell
pair assembly / high-level
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked assembly (first-offered)
· classifierA
· tiernone
response (200 chars)
# Assembly vs. High-Level Languages
## Assembly Language
**Low-level**, close to machine code; each instruction maps (mostly) 1:1 to CPU instructions.
```asm
; x86: add two numbers
mov eax, 5
add ea
neighbors