From WikiChip
read-only register
Revision as of 04:02, 25 July 2014 by Inject (talk | contribs) (Created page with "A '''read-only register''' is a special type of register that can only be read by the programmer. Read-only registers are typically used for things...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A read-only register is a special type of register that can only be read by the programmer. Read-only registers are typically used for things such as status registers, hardware timers, counters, and data buses where data is only transmitted. Attempting to write to such registers typically results in a NOOP or an exception, or on some older system a crash.