Scalar asm: one instruction, one value

That "artificial" snippet from the lesson. One GPR, no vectors. Watch the value change.

r0q
?
Intel order: read mov r0q, 3 as "r0q = 3".
Destination on the left ← source on the right, like memcpy(dst, src).