Skip to main content
Top

1981 | OriginalPaper | Chapter

Shift instructions, multiply and divide

Author : Roger Hutty

Published in: Z80 Assembly Language Programming for Students

Publisher: Macmillan Education UK

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Shift instructions allow the bits of a register or memory byte to be shifted one bit place to the left or to the right. There are two types of shift instructions — logical and arithmetic. Logical shifts consider the contents of the register or memory byte to be just a bit pattern when the shift is made. Arithmetic shifts consider the contents of the register or memory byte to be a signed number so that when the shift is made the number is arithmetically multiplied by two (left shift) or divided by two (right shift). The Z80 microprocessor has one logical instruction and two arithmetic instructions. Descriptions of the shift instructions are included in Table C.8 in Appendix C.

Metadata
Title
Shift instructions, multiply and divide
Author
Roger Hutty
Copyright Year
1981
Publisher
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-06155-6_10

Premium Partner