1 / 9

ECT 464

ECT 464. Lecture 15 Move Instructions. Today’s Quote: Too many people quit looking for work when they find a job. One who is slack in his work        is brother to one who destroys. Proverbs 18:9. Move (MOV).

hop
Download Presentation

ECT 464

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ECT 464 Lecture 15 Move Instructions

  2. Today’s Quote: Too many people quit looking for work when they find a job. One who is slack in his work        is brother to one who destroys. Proverbs 18:9

  3. Move (MOV) • The MOV instruction is used to move data from the source to the destination. As long as the rung remains true, the instruction moves the data each scan.

  4. Masked Move (MVM) • The MVM instruction is used to move data from the source to the destination, allowing portions of the destination to be masked. The mask bit functions as follows:

  5. Copy Word (CPW) • The CPW instruction copies words of data, in ascending order, from one location (Source) to another (Destination). Although similar to the File Copy (COP) instruction, the CPW instruction allows different source and destination parameters.

  6. Copy File (COP) • The COP instruction copies blocks of data from one location into another.

  7. Fill File (FLL) • The FLL instruction loads elements of a file with either a constant or an address data value for a given length. The instruction fills the words of a file with a source value.

  8. Bit Shift Left (BSL) • The BSL instruction loads data into a bit array on a false-to-true rung transition, one bit at a time. The data is shifted left through the array, then unloaded, one bit at a time.

  9. Bit Shift Right (BSR) • The BSR instruction loads data into a bit array on a false-to-true rung transition, one bit at a time. The data is shifted right through the array, then unloaded, one bit at a time.

More Related