This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Device register" – news · newspapers · books · scholar · JSTOR (March 2009) (Learn how and when to remove this message)

A Device Register is the view any device presents to a programmer. Each programmable bit in the device is presented with a logical address and it appears as a part of a byte in the device registers. Then programming of these bits can be achieved by reading from or writing to these device registers. Most devices have at least these two device registers:

  1. Data Register: to which the data to be input/output is read from/written to the device.
  2. Control/Status: Which selects/shows the mode of operation of the device.

References