zaehler.asm aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user