EJERCICIOS

org 100h



mov ax,8
mov bx,9
mul bx
ret








org 100h



mov ax,80
mov bx,10 
mul bx
ret



org 100h



mov ax,80
mov bx,1000
mul bx
ret




Comentarios

Entradas populares de este blog

Programas usando la documentación y libreria emu8086

Instrucción CMP, JE, JNE, LOOP

Unidad 3(15 programas TASM)