← All lessons
Lesson 1 · part 2 of 3
RU
·
EN
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).
Step →
← Back
Reset
← Part 1 — the brighten loop
Part 3 — add_values →