Program to move string from offset-assembly program, Assembly Language

Assignment Help:

Program : A program to move a string of the data words from offset 2000H to offset 3000H the length of the string is OFH.

Solution :

For writing this program, we will use an significant facility, available in the 8086 instruction set, for example move string byte/word instruction. We will also study the flexibility imparted by this instructions to the 8086 assembly language program. First  write  the Program for 8085, supposing that the string is available at location 2000H and is to be moved at 3000 H.

786_program4.jpg

Now consider DS is suitably set, write the sequence for 8086. At first by using the index registers, the program may be written as given.

1453_program5.jpg

BY Comparing the above listings for 8085 and 8086 we can conclude that every instruction in 8085 listing is replaced by an alike instruction of 8086. The above 8086 listing is completely correct but it is not competent.  Let us try to write the listings for the similar purpose by using the string instruction.  Due to the assembler directives and the syntax, one may sense that the program is lengthy, though it eliminates 4 instructions for a MOVSW instruction.

140_program6.jpg


Related Discussions:- Program to move string from offset-assembly program

Need algorithm for multiplication in assemby with out mul, need algorithm f...

need algorithm for multiplication in assembly with out mul function?

Scas-string manipulation instruction-microprocessor, SCAS : Scan String By...

SCAS : Scan String Byte or String Word:- This instruction scans a string of words or byte for an operand word or byte specified in the register AL or  register AX. The string i

Assigment help, assempbly language routine that takes an array named A cont...

assempbly language routine that takes an array named A containing n bytes of postive numebrs and fills two arranys, array B containing n words and array C containing n long words

Prepare the assembly code sequence, Problem (a) Prepare the assembly c...

Problem (a) Prepare the assembly code sequence for each of the four styles (accumulator, memory-memory, stack, load/store) of machine for the code fragment: A = B + C;

Internal architecture of microprocessor, Internal Architecture of Microproc...

Internal Architecture of Microprocessor : The architecture of 8086 provides a number of improvements over 8085 architecture. It supports a, a set of 16-bit registers ,16-bit AL

Instructions, Difference between div and idiv

Difference between div and idiv

Program, wap proram for bthe addition of two 3*3 matrix

wap proram for bthe addition of two 3*3 matrix

Cryptography, Write a program that allows a user to encrypt/decrypt a mess...

Write a program that allows a user to encrypt/decrypt a message using a shift cipher. The user should specify the key and the message. Your program should be able to handle messa

ADDITION-SUBTRACTION, HELLO I AM TRYING TO ADD AND SUBTRACT BUT I SEEM CAN'...

HELLO I AM TRYING TO ADD AND SUBTRACT BUT I SEEM CAN''T FIND THE CORRECT REGISTER TO PUT IN

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd