For many other Assembly Language Programs related to microprocessor 8086 , C++ , C, DataStructures visit our BLOG
data segment
lower db 1dup(?)
upper db 1dup(0)
data ends
code segment
assume cs:code, ds:data
mov dx,data
mov ds,dx
mov al,lower
sub al,20h
mov upper, al
mov ah,4ch
int 21h
code ends
end start
Programs:-
For many other Assembly Language Programs related to microprocessor 8086 , C++ , C, DataStructures visit our BLOG
There are programs of largest ,smallest ,division ,multiplication,odd/even,block operation ,string operations,BCD ,etc
No comments:
Post a Comment