diff --git a/zaehler.asm b/zaehler.asm index 26ecc56..3a8fa31 100644 --- a/zaehler.asm +++ b/zaehler.asm @@ -6,7 +6,7 @@ _start: mov al, 0 ;schiebt in das Register AL 0 AL= 8 Bit .loop: - cmp al, 10 + cmp al, 10 ;vergleicht ob AL 10 ist je .done ;Jump if Equal nach done inc al ;increment