For many other Assembly Language Programs related to microprocessor 8086 , C++ , C, DataStructures visit our BLOG
block transfer using string
string compare
sum of SERIES BCD numbers
Block reverse
data segment
blk1 db 5dup(?)
res dw ?h
data ends
code segment
strat: asseume code:cs, ds:data
mov ax,data
mov ds,ax
mov cl,0ah
mov al,[si]
up: inc si
add al,[si]
jnc dn
inc ah
dn : dec cl
jnz up
mov res,ax
int 3
code ends
end start
string compare
sum of SERIES BCD numbers
Block reverse
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
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