For many other Assembly Language Programs related to microprocessor 8086 visit our BLOG
data segment
hex db 20h
bcd dw ?
data ends
code segment
start : assume cs :code, ds :data
mov ax , data
mov ds ,ax
mov al , hex
mov ah, 00h
mov cl, 64h
div cl
mov bh,al
mov al, ah
mov ah,00h
mov cl,0ah
div cl
mov cl,04h
rol al,cl
add al,ah
mov bl,al
mov bcd,bx
mov ah, 00h
mov cl, 64h
div cl
mov bh,al
mov al, ah
mov ah,00h
mov cl,0ah
div cl
mov cl,04h
rol al,cl
add al,ah
mov bl,al
mov bcd,bx
int3
code ends
end start
Hex to ASCII program 8086
BCD to ASCII program 8086
ASCII to BCD program 8086
BCD to HEX
HEX to BCD
Block transfer in reverse
Block transfer using STRING instruction
Hex to ASCII program 8086
BCD to ASCII program 8086
ASCII to BCD program 8086
BCD to HEX
HEX to BCD
Block transfer in reverse
Block transfer using STRING instruction
8086 Program to subtract two 16-bit BCD numbers MICROPROCESSOR 8086
8086 program to divide 8 bit hexadecimal number
8086 Program for Addition of two 8 bit Hexadecimal numbers microprocessor
8086 program to add two 8 bit BCD numbers
Assembly Language Program to DIVISION two 32-bit / 16 –bit numbers 8086 (signed and unsigned)
8086 program to divide 8 bit hexadecimal number
8086 Program for Addition of two 8 bit Hexadecimal numbers microprocessor
8086 program to add two 8 bit BCD numbers
Assembly Language Program to DIVISION two 32-bit / 16 –bit numbers 8086 (signed and unsigned)
Programs:-
For many other Assembly Language Programs related to microprocessor 8086 visit our BLOG
There are programs of largest ,smallest ,division ,multiplication,odd/even,block operation ,string operations,BCD ,etc
No comments:
Post a Comment