Code: ; Program to find length of the string .MODEL SMALL .STACK 100H .DATA STR1 DB "Atharva$" LEN DB 0 .CODE MOV AX...
Read More
50 Program to transfer a block of 50 numbers from 20000h to 30000h in 8086 Microprocessor
Code: ; Program to transfer a block of 50 numbers from 20000h to 30000h .MODEL SMALL .STACK 100H .DATA .CODE MOV AX , 2000H ; ...
Read More
49 Program on Overlapping Block transfer in 8086 Microprocessor
Code: ; Transfer block of data from the source address ; to destination address and vice versa [Overlapping block transfer] .MODEL SM...
Read More
Subscribe to:
Posts (Atom)