Skip to main content

Shift Instructions, Multiply and Divide

  • Chapter
Programming in Z80 Assembly Language
  • 63 Accesses

Abstract

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.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Copyright information

© 1984 Roger Hutty

About this chapter

Cite this chapter

Hutty, R. (1984). Shift Instructions, Multiply and Divide. In: Programming in Z80 Assembly Language. Palgrave, London. https://doi.org/10.1007/978-1-349-06957-6_10

Download citation

  • DOI: https://doi.org/10.1007/978-1-349-06957-6_10

  • Publisher Name: Palgrave, London

  • Print ISBN: 978-1-349-06959-0

  • Online ISBN: 978-1-349-06957-6

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics