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 linterface ou les textes ? Ou savez-vous comment améliorer linterface utilisateur de StudyLib ? Nhésitez pas à envoyer vos suggestions. Cest très important pour nous !