title: "daa"
.model small
.stack 100h
.data
num1 dw 59h
num2 dw 35h
ascadj dw dup(0)
.code
mov ax,@data
mov ds,ax
xor ax,ax
mov ax,num1
add ax,num2
daa
mov ascadj,ax
mov ah,4ch
int 21h
end
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter