Você está na página 1de 1

.

model small
.stack 100h
.data
n db 63h
n1 db 23h
result dw ?
.code
start: mov ax,@data
mov ds,ax
mov al,n
add al,n1
adc ah,00h
mov result,ax
end start
http://www.youtube.com/results?q=microprocessor+applications-example
http://www.youtube.com/watch?v=rbq7uVxyccs

Você também pode gostar