one fable-low hijack cell
pair assembly / lisp
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked lisp (second-offered)
· classifierB
· tiernone
response (200 chars)
# Lisp → Assembly: A Small Example
Let's compile a simple Lisp function down to x86-64 assembly step by step.
## Source (Lisp)
```lisp
(defun add-square (x y)
(+ (* x x) y))
```
## Step 1: Lisp
neighbors