Organisation des ordinateurs
 
  
  
Rappel théorique
Exercice 1
Exercice 1
         
       
    mov   
       
 mov ax, 1234h
mov al, 34h
mov ah, 12h
 mov ax, [1234h]
mov al, [1234h]
mov ah, [1235h]
 mov bx, cx
mov bh, ch
mov bl, cl
 mov [bx], cx
mov [bx], cl
mov [bx + 1], ch
Exercice 1
         
       
    mov   
       
 mov ax, 1234h
mov al, 34h
mov ah, 12h
 mov ax, [1234h]
mov al, [1234h]
mov ah, [1235h]
 mov bx, cx
mov bh, ch
mov bl, cl
 mov [bx], cx
mov [bx], cl
mov [bx + 1], ch
1 / 53 100%
La catégorie de ce document est-elle correcte?
Merci pour votre participation!

Faire une suggestion

Avez-vous trouvé des erreurs dans l'interface ou les textes ? Ou savez-vous comment améliorer l'interface utilisateur de StudyLib ? N'hésitez pas à envoyer vos suggestions. C'est très important pour nous!