Created Hardware Random Number Generator (markdown)

Simon Fortier 2017-11-12 11:34:16 -05:00
parent 4a49237d63
commit 1f1bea142b

@ -0,0 +1,13 @@
This good old random number generator from Cube Electronics is the perfect tool for all your randomization needs!
### Specifications
Manufacturer: 立方電子
Version: 1.0B
Default address: `0x0007`
Hardware ID: `0x0007`
Random number bounds: `0x0000` - `0xFFFF`
### Interrupt Behavior
| Value of A | Action | Energy cost | Result |
| --- | --- | --- | --- |
| (any) | `POLL` | `1 kJ` | Copy a randomly generated word into the B register |