User`s manual
132 Register-Based Programming
Register Offset The register offset is the register's location in the block of 64 address bytes.
For example, the multiplexer's Status/Control Register has an offset of 04
h
.
When you write a command to this register, the offset is added to the base
address to form the register address:
DC00
h
+ 04
h
= DC04
h
1FDC00
h
+ 04
h
= 1FDC04
h
or (decimal)
56,320 + 4 = 56,324
2,087,936 + 4 = 2,087,940