Computer Architecture Lecture 13: Assembly Language (Loops & Conditionals)
Geoffrey Messier · 25:14
This lecture shows how AVR assembly implements C-style if/else and while loops using a two-instruction pattern — a CP (compare) that sets ALU flags, followed by a conditional branch (BRLT, BRGE, etc.) that adds an off...